Skip to content

Commit b057227

Browse files
committed
🚑 Temporarily pin "latest" pip to 24.2
1 parent eeaef40 commit b057227

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ extras =
1515
coverage: coverage
1616
deps =
1717
pipprevious: pip==22.2.*
18-
piplatest: pip
18+
piplatest: pip==24.2
1919
pipmain: https://github.com/pypa/pip/archive/main.zip
2020
setenv =
2121
coverage: PYTEST_ADDOPTS=--strict-markers --doctest-modules --cov --cov-report=term-missing --cov-report=xml {env:PYTEST_ADDOPTS:}
2222
commands_pre =
23-
piplatest: python -m pip install -U pip
2423
pip --version
2524
commands = pytest {posargs}
2625
passenv =

0 commit comments

Comments
 (0)