Skip to content

Commit

Permalink
pytest -s
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Oct 24, 2024
1 parent e4c4606 commit 2c0f75f
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 \
pytest -s \
--ignore-glob=*petab* \
--ignore-glob=*test_splines.py \
--durations=10 \
Expand Down

0 comments on commit 2c0f75f

Please sign in to comment.