Don't print xfail on the test suite (#2609)

This commit is contained in:
Marcelo Trylesinski 2024-06-04 21:47:30 +02:00 committed by GitHub
parent d1b38037e7
commit 5a1bec33f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View 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