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 \