Skip to content

Commit

Permalink
🚑 Temporarily pin "latest" pip to 23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Dec 4, 2024
1 parent 7fe4cda commit a0fe1fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ extras =
coverage: coverage
deps =
pipprevious: pip==22.2.*
piplatest: pip
piplatest: pip==23.0
# piplatest: pip
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
# piplatest: python -m pip install -U pip
pip --version
commands = pytest {posargs}
passenv =
Expand Down

0 comments on commit a0fe1fb

Please sign in to comment.