summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-02-10 15:24:39 -0500
committerJason R. Coombs <jaraco@jaraco.com>2018-02-10 15:24:39 -0500
commitac9482d95d48a66c80e2f10bdbf4e6cbef571c36 (patch)
treeb3f6832889412ca01d0e594eba93cbe0c570fbaa /tests
parent86af5c21cd3391de595f23cdb61097591f75a9ba (diff)
downloadpytest-runner-ac9482d95d48a66c80e2f10bdbf4e6cbef571c36.tar.gz
Remove compatibility shims for Setuptools<27.3.0
Diffstat (limited to 'tests')
-rw-r--r--tests/test_ptr.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_ptr.py b/tests/test_ptr.py
index fcbf0c5..a37b0e3 100644
--- a/tests/test_ptr.py
+++ b/tests/test_ptr.py
@@ -40,8 +40,6 @@ def venv(virtualenv):
@pytest.mark.parametrize('setuptools_req, test_args', (
- ('setuptools==27.2.0', ''),
- ('setuptools==27.2.0', '--extras'),
('setuptools==27.3.0', ''),
('setuptools==27.3.0', '--extras'),
('setuptools==32.3.1', ''),