Skip to content

Commit

Permalink
Revert "pytest -s"
Browse files Browse the repository at this point in the history
This reverts commit 2c0f75f.
  • Loading branch information
dweindl committed Oct 24, 2024
1 parent 145fc34 commit d59befc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-python-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit d59befc

Please sign in to comment.