tox.ini: use testpaths, cleanup other pytest options

This commit is contained in:
Daniel Hahler 2018-09-19 16:58:05 +02:00
parent 4c9015c3b1
commit 307fa7a42a
1 changed files with 4 additions and 4 deletions

View File

@ -201,13 +201,13 @@ commands = python scripts/release.py {posargs}
[pytest]
minversion = 2.0
plugins = pytester
addopts = -ra -p pytester --ignore=testing/cx_freeze
rsyncdirs = tox.ini pytest.py _pytest testing
addopts = -ra -p pytester
rsyncdirs = tox.ini doc src testing
python_files = test_*.py *_test.py testing/*/*.py
python_classes = Test Acceptance
python_functions = test
norecursedirs = .tox ja .hg cx_freeze_source testing/example_scripts
testpaths = doc,testing
norecursedirs = testing/example_scripts
xfail_strict=true
filterwarnings =
error