From 5a1bec33f8d6a669a3670f51034de83292d19408 Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Tue, 4 Jun 2024 21:47:30 +0200 Subject: [PATCH] Don't print xfail on the test suite (#2609) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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