Skip to content

Commit

Permalink
Don't print xfail on the test suite (#2609)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored Jun 4, 2024
1 parent d1b3803 commit 5a1bec3
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 @@ -65,7 +65,7 @@ module = "starlette.testclient.*"
implicit_optional = true

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

0 comments on commit 5a1bec3

Please sign in to comment.