Skip to content

Commit

Permalink
CI: suppress no-test-collected for 2nd run
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Dec 17, 2024
1 parent 1a76a2d commit 968b73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ commands =

# We rerun the failed tests hoping that it filters out some flaky server behaviour
!buildhtml: pytest --nbval --suppress-tests-failed-exit-code content/
!buildhtml: pytest --nbval --last-failed --last-failed-no-failures none content/
!buildhtml: pytest --nbval --last-failed --last-failed-no-failures none --suppress-no-test-exit-code content/
buildhtml: sphinx-build -b html . _build/html -D nb_execution_mode=auto -nWT --keep-going

pip_pre =
Expand Down

0 comments on commit 968b73b

Please sign in to comment.