From: Marcelo Trylesinski Date: Tue, 4 Jun 2024 19:47:30 +0000 (+0200) Subject: Don't print xfail on the test suite (#2609) X-Git-Tag: 0.38.0~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5a1bec33f8d6a669a3670f51034de83292d19408;p=thirdparty%2Fstarlette.git Don't print xfail on the test suite (#2609) --- diff --git a/pyproject.toml b/pyproject.toml index 679deaad..2fd7fb48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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