Skip to content

Commit 8d86d31

Browse files
authored
tests: don't print xfails (pypa#1865)
tests: skip warnings on xfails for now Signed-off-by: Henry Schreiner <[email protected]>
1 parent 89a5cfe commit 8d86d31

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,12 @@ Homepage = "https://github.com/pypa/cibuildwheel"
9393

9494
[tool.pytest.ini_options]
9595
minversion = "6.0"
96-
addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"]
96+
addopts = [
97+
"-rfEsX", # TODO: replace with -ra when pytest > 8.2.2 is released
98+
"--showlocals",
99+
"--strict-markers",
100+
"--strict-config",
101+
]
97102
junit_family = "xunit2"
98103
xfail_strict = true
99104
filterwarnings = ["error"]

0 commit comments

Comments
 (0)