From 323c846ce647fe2421847a1e163c873983321fe3 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sun, 14 Oct 2018 14:47:40 +0200 Subject: [PATCH] tox.ini: fix testpaths Broken recently in 307fa7a4 (features branch). [ci skip] (since it apparently is not tested/used there) --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ffa2eb524..1985942d0 100644 --- a/tox.ini +++ b/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 =