diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2018-06-06 08:41:36 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-06-06 08:41:36 -0400 |
commit | 992293d1aa03ad3e7258f51bdbb385ace4035737 (patch) | |
tree | f36d884f1cc4e56904adfde019a139ad2f9701e0 /conftest.py | |
parent | 445d38472d3dc2fd004b02d645e7eadcf26fbc30 (diff) | |
download | external_python_setuptools-992293d1aa03ad3e7258f51bdbb385ace4035737.tar.gz external_python_setuptools-992293d1aa03ad3e7258f51bdbb385ace4035737.tar.bz2 external_python_setuptools-992293d1aa03ad3e7258f51bdbb385ace4035737.zip |
Remove crufty ignores
Diffstat (limited to 'conftest.py')
-rw-r--r-- | conftest.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/conftest.py b/conftest.py index 13dc709a..abb79f1b 100644 --- a/conftest.py +++ b/conftest.py @@ -9,12 +9,9 @@ def pytest_addoption(parser): collect_ignore = [ - 'release.py', 'setuptools/lib2to3_ex.py', 'tests/manual_test.py', 'tests/test_pypi.py', - 'tests/shlib_test', - 'scripts/upload-old-releases-as-zip.py', 'pavement.py', 'setuptools/tests/mod_with_constant.py', ] |