Skip to content

Commit

Permalink
remove --maxfail=1 pytest option
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanley Kudrow committed Oct 13, 2024
1 parent 48d3293 commit 732c0f1
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 @@ -77,7 +77,7 @@ module = "starlette.testclient.*"
implicit_optional = true

[tool.pytest.ini_options]
addopts = "-rXs --strict-config --strict-markers --maxfail=1"
addopts = "-rXs --strict-config --strict-markers"
xfail_strict = true
filterwarnings = [
# Turn warnings that aren't filtered into exceptions
Expand Down

0 comments on commit 732c0f1

Please sign in to comment.