Merge pull request #4141 from blueyed/testpaths-fix
tox.ini: fix testpaths
This commit is contained in:
commit
0be84cd68b
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