Skip to content

Commit

Permalink
tests: show xfail traceback summaries again (#1943)
Browse files Browse the repository at this point in the history
Revert "tests: don't print xfails (#1865)"

This reverts commit 8d86d31.
  • Loading branch information
m-richards committed Jul 23, 2024
1 parent fac72f0 commit 871ef6b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 871ef6b

Please sign in to comment.