tests: show xfail traceback summaries again (#1943)
Revert "tests: don't print xfails (#1865)"
This reverts commit 8d86d3122b.
This commit is contained in:
+1
-6
@@ -94,12 +94,7 @@ Homepage = "https://github.com/pypa/cibuildwheel"
|
|||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
minversion = "6.0"
|
minversion = "6.0"
|
||||||
addopts = [
|
addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"]
|
||||||
"-rfEsX", # TODO: replace with -ra when pytest > 8.2.2 is released
|
|
||||||
"--showlocals",
|
|
||||||
"--strict-markers",
|
|
||||||
"--strict-config",
|
|
||||||
]
|
|
||||||
junit_family = "xunit2"
|
junit_family = "xunit2"
|
||||||
xfail_strict = true
|
xfail_strict = true
|
||||||
filterwarnings = ["error"]
|
filterwarnings = ["error"]
|
||||||
|
|||||||
Reference in New Issue
Block a user