Skip to content

Commit

Permalink
Don't display xfail tracebacks by default
Browse files Browse the repository at this point in the history
They're distracting.
  • Loading branch information
agronholm committed May 25, 2024
1 parent 6647e5d commit 0e2cd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ version_scheme = "post-release"
local_scheme = "dirty-tag"

[tool.pytest.ini_options]
addopts = "-rsx --tb=short"
addopts = "--tb=short"
testpaths = "tests"
xfail_strict = true
filterwarnings = ["error"]
Expand Down

0 comments on commit 0e2cd17

Please sign in to comment.