Merge pull request #6638 from blueyed/rfEX

tests: use `-rfEX`
This commit is contained in:
Daniel Hahler 2020-01-31 01:06:32 +01:00 committed by GitHub
commit 3645ba3072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ commands = python scripts/publish-gh-release-notes.py {posargs}
[pytest]
minversion = 2.0
addopts = -ra -p pytester --strict-markers
addopts = -rfEX -p pytester --strict-markers
rsyncdirs = tox.ini doc src testing
python_files = test_*.py *_test.py testing/*/*.py
python_classes = Test Acceptance