tests: show xfail traceback summaries again (#1943)

Revert "tests: don't print xfails (#1865)"

This reverts commit 8d86d3122b.
This commit is contained in:
Matt Richards
2024-07-23 09:14:06 -04:00
committed by GitHub
parent fac72f024a
commit 871ef6b506
+1 -6
View File
@@ -94,12 +94,7 @@ Homepage = "https://github.com/pypa/cibuildwheel"
[tool.pytest.ini_options]
minversion = "6.0"
addopts = [
"-rfEsX", # TODO: replace with -ra when pytest > 8.2.2 is released
"--showlocals",
"--strict-markers",
"--strict-config",
]
addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"]
junit_family = "xunit2"
xfail_strict = true
filterwarnings = ["error"]