Skip to content

Commit

Permalink
Don't display xfailure tracebacks by default
Browse files Browse the repository at this point in the history
They're distracting.
  • Loading branch information
agronholm committed Jun 8, 2024
1 parent 675930b commit 6441ed6
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 @@ -97,7 +97,7 @@ disallow_subclassing_any = false
show_error_codes = true

[tool.pytest.ini_options]
addopts = "-rsx --tb=short --strict-config --strict-markers -p anyio -p no:asyncio -p no:trio"
addopts = "-rsfE --tb=short --strict-config --strict-markers -p anyio -p no:asyncio -p no:trio"
testpaths = ["tests"]
xfail_strict = true
# Ignore resource warnings due to a CPython/Windows bug (https://bugs.python.org/issue44428)
Expand Down

0 comments on commit 6441ed6

Please sign in to comment.