Merge pull request #4141 from blueyed/testpaths-fix

tox.ini: fix testpaths
This commit is contained in:
Daniel Hahler 2018-10-14 17:21:10 +02:00 committed by GitHub
commit 0be84cd68b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -206,7 +206,8 @@ rsyncdirs = tox.ini doc src testing
python_files = test_*.py *_test.py testing/*/*.py
python_classes = Test Acceptance
python_functions = test
testpaths = doc,testing
# NOTE: "doc" is not included here, but gets tested explicitly via "doctesting".
testpaths = testing
norecursedirs = testing/example_scripts
xfail_strict=true
filterwarnings =