aboutsummaryrefslogtreecommitdiffstats
path: root/conftest.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-06-06 08:53:57 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-06-06 08:53:57 -0400
commit9832db367961e9215a1c55703dcbe47b339ca409 (patch)
treed2979c1d4305d89de7fb0eec4e5eb9f19bf4f29a /conftest.py
parent042aab8230fe156e6d28d448aa669184e34342d8 (diff)
downloadexternal_python_setuptools-9832db367961e9215a1c55703dcbe47b339ca409.tar.gz
external_python_setuptools-9832db367961e9215a1c55703dcbe47b339ca409.tar.bz2
external_python_setuptools-9832db367961e9215a1c55703dcbe47b339ca409.zip
Remove crufty, ignored test.
Diffstat (limited to 'conftest.py')
-rw-r--r--conftest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/conftest.py b/conftest.py
index 5bebe21a..d966d68d 100644
--- a/conftest.py
+++ b/conftest.py
@@ -13,7 +13,6 @@ def pytest_addoption(parser):
collect_ignore = [
'tests/manual_test.py',
- 'tests/test_pypi.py',
'pavement.py',
'setuptools/tests/mod_with_constant.py',
]