Commit 3e3b9f79 authored by Jason R. Coombs's avatar Jason R. Coombs

Include pavement.py in tests (where applicable).

parent 9832db36
......@@ -13,10 +13,13 @@ def pytest_addoption(parser):
collect_ignore = [
'tests/manual_test.py',
'pavement.py',
'setuptools/tests/mod_with_constant.py',
]
if sys.version_info < (3,):
collect_ignore.append('setuptools/lib2to3_ex.py')
if sys.version_info < (3, 6):
collect_ignore.append('pavement.py')
......@@ -8,3 +8,4 @@ pytest>=3.0.2
wheel
coverage>=4.5.1
pytest-cov>=2.5.1
paver; python_version>="3.6"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment