From 992293d1aa03ad3e7258f51bdbb385ace4035737 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Wed, 6 Jun 2018 08:41:36 -0400 Subject: Remove crufty ignores --- conftest.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'conftest.py') 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', ] -- cgit v1.2.3