aboutsummaryrefslogtreecommitdiffstats
path: root/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'conftest.py')
-rw-r--r--conftest.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/conftest.py b/conftest.py
index 3cccfe1a..13dc709a 100644
--- a/conftest.py
+++ b/conftest.py
@@ -6,3 +6,15 @@ def pytest_addoption(parser):
"--package_name", action="append", default=[],
help="list of package_name to pass to test functions",
)
+
+
+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',
+]