We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 933de16 + 307fa7a commit e266710Copy full SHA for e266710
tox.ini
@@ -201,13 +201,13 @@ commands = python scripts/release.py {posargs}
201
202
[pytest]
203
minversion = 2.0
204
-plugins = pytester
205
-addopts = -ra -p pytester --ignore=testing/cx_freeze
206
-rsyncdirs = tox.ini pytest.py _pytest testing
+addopts = -ra -p pytester
+rsyncdirs = tox.ini doc src testing
207
python_files = test_*.py *_test.py testing/*/*.py
208
python_classes = Test Acceptance
209
python_functions = test
210
-norecursedirs = .tox ja .hg cx_freeze_source testing/example_scripts
+testpaths = doc,testing
+norecursedirs = testing/example_scripts
211
xfail_strict=true
212
filterwarnings =
213
error
0 commit comments