From be0a19e747a780f17e8e9cb67f88ead7c1e9e863 Mon Sep 17 00:00:00 2001 From: ilkilic Date: Thu, 15 Aug 2024 11:06:55 +0200 Subject: [PATCH] exclude example-7 in CI to reduce test time --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5f9c7864..c13070e8 100644 --- a/tox.ini +++ b/tox.ini @@ -27,7 +27,7 @@ setenv = commands = make clean ./.compile_mod.sh . tests/mechanisms - pytest {[testenv]coverage_options} tests --ignore=tests/bluecellulab-bb5-tests/ --numprocesses=auto --timeout=600 -vsx --forked + pytest {[testenv]coverage_options} tests --ignore=tests/7-Extra-Simulation/ --ignore=tests/bluecellulab-bb5-tests/ --numprocesses=auto --timeout=600 -vsx --forked # exclude long tests and bb5-tests for now coverage report --show-missing coverage xml