From d59befc128863924b9d51aa16de18635b228889d Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Thu, 24 Oct 2024 18:23:56 +0200 Subject: [PATCH] Revert "pytest -s" This reverts commit 2c0f75f588851af2867c74d65b74d3d4f1e5404f. --- 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 0ae66745ba..0fed628fce 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 -s \ +pytest \ --ignore-glob=*petab* \ --ignore-glob=*test_splines.py \ --durations=10 \