Skip to content

Commit

Permalink
Merge pull request pytest-dev#4141 from blueyed/testpaths-fix
Browse files Browse the repository at this point in the history
tox.ini: fix testpaths
  • Loading branch information
blueyed committed Oct 14, 2018
2 parents 5322f42 + 323c846 commit 0be84cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
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 0be84cd

Please sign in to comment.