Skip to content

Commit 23ddb70

Browse files
committed
Add support for testing pip<23 and drop support for pip<20.
1 parent 181d720 commit 23ddb70

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setuptools/tests/test_virtualenv.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def access_pypi():
5555
'pip_version',
5656
[
5757
None,
58-
pytest.param('pip<20', marks=pytest.mark.xfail(reason='pypa/pip#6599')),
5958
pytest.param(
6059
'pip<20.1',
6160
marks=pytest.mark.xfail(
@@ -77,7 +76,7 @@ def access_pypi():
7776
reason="pip 22 requried for Python 3.12 and later",
7877
),
7978
),
80-
# 'pip<23',
79+
'pip<23',
8180
pytest.param(
8281
'https://github.com/pypa/pip/archive/main.zip',
8382
marks=pytest.mark.xfail(reason='#2975'),

0 commit comments

Comments
 (0)