Skip to content

Commit 0989d10

Browse files
committed
Bump to pip 25.1
1 parent db1d9fc commit 0989d10

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/changelog/2868.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
No longer bundle ``wheel`` wheels, ``setuptools`` includes native ``bdist_wheel`` support.
2+
Update ``pip`` to ``25.1``.

src/virtualenv/seed/wheels/embed/__init__.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,27 @@
1111
"setuptools": "setuptools-75.3.2-py3-none-any.whl",
1212
},
1313
"3.9": {
14-
"pip": "pip-25.0.1-py3-none-any.whl",
14+
"pip": "pip-25.1-py3-none-any.whl",
1515
"setuptools": "setuptools-78.1.0-py3-none-any.whl",
1616
},
1717
"3.10": {
18-
"pip": "pip-25.0.1-py3-none-any.whl",
18+
"pip": "pip-25.1-py3-none-any.whl",
1919
"setuptools": "setuptools-78.1.0-py3-none-any.whl",
2020
},
2121
"3.11": {
22-
"pip": "pip-25.0.1-py3-none-any.whl",
22+
"pip": "pip-25.1-py3-none-any.whl",
2323
"setuptools": "setuptools-78.1.0-py3-none-any.whl",
2424
},
2525
"3.12": {
26-
"pip": "pip-25.0.1-py3-none-any.whl",
26+
"pip": "pip-25.1-py3-none-any.whl",
2727
"setuptools": "setuptools-78.1.0-py3-none-any.whl",
2828
},
2929
"3.13": {
30-
"pip": "pip-25.0.1-py3-none-any.whl",
30+
"pip": "pip-25.1-py3-none-any.whl",
3131
"setuptools": "setuptools-78.1.0-py3-none-any.whl",
3232
},
3333
"3.14": {
34-
"pip": "pip-25.0.1-py3-none-any.whl",
34+
"pip": "pip-25.1-py3-none-any.whl",
3535
"setuptools": "setuptools-78.1.0-py3-none-any.whl",
3636
},
3737
}
Binary file not shown.

tests/unit/create/test_creator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,6 @@ def test_create_long_path(tmp_path):
398398
subprocess.check_call([str(result.creator.script("pip")), "--version"])
399399

400400

401-
@pytest.mark.skip("Depends on https://github.com/pypa/pip/pull/13330")
402401
@pytest.mark.slow
403402
@pytest.mark.parametrize("creator", sorted(set(PythonInfo.current_system().creators().key_to_class) - {"builtin"}))
404403
@pytest.mark.usefixtures("session_app_data")

0 commit comments

Comments
 (0)