From 2c0f75f588851af2867c74d65b74d3d4f1e5404f Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Thu, 24 Oct 2024 11:45:40 +0200 Subject: [PATCH] pytest -s --- 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..0ae66745ba 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 \ +pytest -s \ --ignore-glob=*petab* \ --ignore-glob=*test_splines.py \ --durations=10 \