Skip to content

Commit 0cd2b5b

Browse files
authored
Merge pull request #1892 from yuvipanda/no-maxfail
Don't stop when 2 tests fail
2 parents 8adca6e + c89e5a8 commit 0cd2b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ profile = "black"
3030
# ref: https://docs.pytest.org/en/stable/
3131
#
3232
[tool.pytest.ini_options]
33-
addopts = "--verbose --color=yes --durations=10 --maxfail=2"
33+
addopts = "--verbose --color=yes --durations=10"
3434
asyncio_mode = "auto"
3535
testpaths = ["tests"]
3636
timeout = "60"

0 commit comments

Comments
 (0)