From 1124ce4e620b494f3bfceafd1f407f13622a6edb Mon Sep 17 00:00:00 2001 From: Bill Little Date: Mon, 2 Oct 2023 23:30:38 +0100 Subject: [PATCH] tox explicit asset download pre-test --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index a467ae8b..6834b956 100644 --- a/tox.ini +++ b/tox.ini @@ -68,6 +68,7 @@ setenv = usedevelop = true commands = + geovista download --all mkdir --parents {toxinidir}/test_images pytest {posargs} --fail_extra_image_cache --generated_image_dir {toxinidir}{/}test_images -W error -W "ignore:numpy.ndarray size changed:RuntimeWarning" {env:POST_COMMAND:}