tox.ini: fix testpaths

Broken recently in 307fa7a4 (features branch).

[ci skip] (since it apparently is not tested/used there)
This commit is contained in:
Daniel Hahler 2018-10-14 14:47:40 +02:00
parent 5322f422e3
commit 323c846ce6
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 =