From 4bd93f3466c2240b4d7301357c76b4de2d30643c Mon Sep 17 00:00:00 2001 From: Denis Laxalde Date: Tue, 19 Nov 2024 08:58:16 +0100 Subject: [PATCH] Only run ./tests/datatests.sh in CI from Tox's "tests" environment --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index acd903e..8c69db2 100644 --- a/tox.ini +++ b/tox.ini @@ -21,7 +21,7 @@ allowlist_externals = ./tests/datatests.sh commands = pytest -ra --cov --cov-report=term-missing {posargs} - ./tests/datatests.sh + ci: ./tests/datatests.sh deps = ci: codecov extras =