From 6b1d7ab53bb1fb821826966976ffcb7f2e5e2a83 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Tue, 5 Nov 2024 18:24:47 +0100 Subject: [PATCH] .. --- scripts/run-python-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-python-tests.sh b/scripts/run-python-tests.sh index 0fed628fce..c6c8040d31 100755 --- a/scripts/run-python-tests.sh +++ b/scripts/run-python-tests.sh @@ -15,7 +15,7 @@ cd "${amici_path}"/python/tests source "${amici_path}"/venv/bin/activate # PEtab tests are run separately -pytest \ +python -m pytest -s \ --ignore-glob=*petab* \ --ignore-glob=*test_splines.py \ --durations=10 \