Skip to content

Commit 871ef6b

Browse files
authored
tests: show xfail traceback summaries again (#1943)
Revert "tests: don't print xfails (#1865)" This reverts commit 8d86d31.
1 parent fac72f0 commit 871ef6b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pyproject.toml

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

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

0 commit comments

Comments
 (0)