Skip to content

Commit

Permalink
🚑 Temporarily pin "latest" pip to 24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Dec 12, 2024
1 parent eeaef40 commit b057227
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ extras =
coverage: coverage
deps =
pipprevious: pip==22.2.*
piplatest: pip
piplatest: pip==24.2
pipmain: https://github.com/pypa/pip/archive/main.zip
setenv =
coverage: PYTEST_ADDOPTS=--strict-markers --doctest-modules --cov --cov-report=term-missing --cov-report=xml {env:PYTEST_ADDOPTS:}
commands_pre =
piplatest: python -m pip install -U pip
pip --version
commands = pytest {posargs}
passenv =
Expand Down

0 comments on commit b057227

Please sign in to comment.