]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Don't print xfail on the test suite (#2609)
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Tue, 4 Jun 2024 19:47:30 +0000 (21:47 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Jun 2024 19:47:30 +0000 (13:47 -0600)
pyproject.toml

index 679deaade174427a550f7c8ea49a73208e0d51af..2fd7fb4822f680d9de2258c23456290309cf3736 100644 (file)
@@ -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