Skip to content

Commit 8301993

Browse files
committed
tests: use -rfEX
`-fE` is the default in `features` now [1], but the idea is to add `X` also to it in the long run, so let's dogfood it ourselves. 1: pytest-dev#6524 2: pytest-dev#6524 (comment)
1 parent 1dc265e commit 8301993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ commands = python scripts/publish-gh-release-notes.py {posargs}
147147

148148
[pytest]
149149
minversion = 2.0
150-
addopts = -ra -p pytester --strict-markers
150+
addopts = -rfEX -p pytester --strict-markers
151151
rsyncdirs = tox.ini doc src testing
152152
python_files = test_*.py *_test.py testing/*/*.py
153153
python_classes = Test Acceptance

0 commit comments

Comments
 (0)