tox.ini: use testpaths, cleanup other pytest options
This commit is contained in:
parent
4c9015c3b1
commit
307fa7a42a
8
tox.ini
8
tox.ini
|
@ -201,13 +201,13 @@ commands = python scripts/release.py {posargs}
|
||||||
|
|
||||||
[pytest]
|
[pytest]
|
||||||
minversion = 2.0
|
minversion = 2.0
|
||||||
plugins = pytester
|
addopts = -ra -p pytester
|
||||||
addopts = -ra -p pytester --ignore=testing/cx_freeze
|
rsyncdirs = tox.ini doc src testing
|
||||||
rsyncdirs = tox.ini pytest.py _pytest testing
|
|
||||||
python_files = test_*.py *_test.py testing/*/*.py
|
python_files = test_*.py *_test.py testing/*/*.py
|
||||||
python_classes = Test Acceptance
|
python_classes = Test Acceptance
|
||||||
python_functions = test
|
python_functions = test
|
||||||
norecursedirs = .tox ja .hg cx_freeze_source testing/example_scripts
|
testpaths = doc,testing
|
||||||
|
norecursedirs = testing/example_scripts
|
||||||
xfail_strict=true
|
xfail_strict=true
|
||||||
filterwarnings =
|
filterwarnings =
|
||||||
error
|
error
|
||||||
|
|
Loading…
Reference in New Issue