Skip to content

Commit

Permalink
tox.ini: fix testpaths
Browse files Browse the repository at this point in the history
Broken recently in 307fa7a (features branch).

[ci skip] (since it apparently is not tested/used there)
  • Loading branch information
blueyed committed Oct 14, 2018
1 parent 5322f42 commit 323c846
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 323c846

Please sign in to comment.