Skip to content

Commit

Permalink
Don't stop after only 2 test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Nov 27, 2024
1 parent d8816cf commit ddf6371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ profile = "black"
# ref: https://docs.pytest.org/en/stable/
#
[tool.pytest.ini_options]
addopts = "--verbose --color=yes --durations=10 --maxfail=2"
addopts = "--verbose --color=yes --durations=10"
asyncio_mode = "auto"
testpaths = ["tests"]
timeout = "60"
Expand Down

0 comments on commit ddf6371

Please sign in to comment.