diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-10-31 21:26:38 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-10-31 21:36:27 -0400 |
| commit | 96475e3b3af4e0a0166cdb75c976ce07cfd44fce (patch) | |
| tree | c9639dacb2f2a5ec4d207d92bf379e5f5df97e75 /setuptools | |
| parent | c4ca971b4a8fb8ccc906c01f47ff02c1ff0b3628 (diff) | |
| download | python-setuptools-git-96475e3b3af4e0a0166cdb75c976ce07cfd44fce.tar.gz | |
Drop tests against pip < 20, which no longer work without 'wheel' specified in build requirements.
Diffstat (limited to 'setuptools')
| -rw-r--r-- | setuptools/tests/test_virtualenv.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/setuptools/tests/test_virtualenv.py b/setuptools/tests/test_virtualenv.py index 462e20c7..2abedfc7 100644 --- a/setuptools/tests/test_virtualenv.py +++ b/setuptools/tests/test_virtualenv.py @@ -75,15 +75,7 @@ def _get_pip_versions(): def skip_network(param): return param if network else mark(param, pytest.mark.skip(reason="no network")) - issue2599 = pytest.mark.skipif( - sys.version_info > (3, 10), - reason="pypa/setuptools#2599", - ) - network_versions = [ - mark('pip==9.0.3', issue2599), - mark('pip==10.0.1', issue2599), - mark('pip==18.1', issue2599), mark('pip==19.3.1', pytest.mark.xfail(reason='pypa/pip#6599')), 'pip==20.0.2', 'https://github.com/pypa/pip/archive/main.zip', |
