mirror of https://github.com/encode/starlette.git
Don't print xfail on the test suite (#2609)
This commit is contained in:
parent
d1b38037e7
commit
5a1bec33f8
|
@ -65,7 +65,7 @@ module = "starlette.testclient.*"
|
||||||
implicit_optional = true
|
implicit_optional = true
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
addopts = "-rxXs --strict-config --strict-markers"
|
addopts = "-rXs --strict-config --strict-markers"
|
||||||
xfail_strict = true
|
xfail_strict = true
|
||||||
filterwarnings = [
|
filterwarnings = [
|
||||||
# Turn warnings that aren't filtered into exceptions
|
# Turn warnings that aren't filtered into exceptions
|
||||||
|
|
Loading…
Reference in New Issue