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:
parent
5322f422e3
commit
323c846ce6
3
tox.ini
3
tox.ini
|
@ -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 =
|
||||
|
|
Loading…
Reference in New Issue