Skip to content

Commit

Permalink
test: Remove --maxfail 1 from integration tests (#1053)
Browse files Browse the repository at this point in the history
The CI takes some time to run. We would like to catch all
failing tests in one run so that they can be fixed all individually
before doing another CI run.
  • Loading branch information
bschimke95 authored Feb 10, 2025
1 parent d9b2969 commit f6640a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ deps =
-r {toxinidir}/requirements-test.txt
commands =
pytest -vv \
--maxfail 1 \
--tb native \
--log-cli-level DEBUG \
--log-format "%(asctime)s %(levelname)s %(message)s" \
Expand Down

0 comments on commit f6640a1

Please sign in to comment.