Skip to content

Commit 0e2cd17

Browse files
committed
Don't display xfail tracebacks by default
They're distracting.
1 parent 6647e5d commit 0e2cd17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ version_scheme = "post-release"
6060
local_scheme = "dirty-tag"
6161

6262
[tool.pytest.ini_options]
63-
addopts = "-rsx --tb=short"
63+
addopts = "--tb=short"
6464
testpaths = "tests"
6565
xfail_strict = true
6666
filterwarnings = ["error"]

0 commit comments

Comments
 (0)