diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2018-06-06 08:53:57 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-06-06 08:53:57 -0400 |
commit | 9832db367961e9215a1c55703dcbe47b339ca409 (patch) | |
tree | d2979c1d4305d89de7fb0eec4e5eb9f19bf4f29a /conftest.py | |
parent | 042aab8230fe156e6d28d448aa669184e34342d8 (diff) | |
download | external_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.py | 1 |
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', ] |