We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 181d720 commit 23ddb70Copy full SHA for 23ddb70
setuptools/tests/test_virtualenv.py
@@ -55,7 +55,6 @@ def access_pypi():
55
'pip_version',
56
[
57
None,
58
- pytest.param('pip<20', marks=pytest.mark.xfail(reason='pypa/pip#6599')),
59
pytest.param(
60
'pip<20.1',
61
marks=pytest.mark.xfail(
@@ -77,7 +76,7 @@ def access_pypi():
77
76
reason="pip 22 requried for Python 3.12 and later",
78
),
79
80
- # 'pip<23',
+ 'pip<23',
81
82
'https://github.com/pypa/pip/archive/main.zip',
83
marks=pytest.mark.xfail(reason='#2975'),
0 commit comments