We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeaef40 commit b057227Copy full SHA for b057227
tox.ini
@@ -15,12 +15,11 @@ extras =
15
coverage: coverage
16
deps =
17
pipprevious: pip==22.2.*
18
- piplatest: pip
+ piplatest: pip==24.2
19
pipmain: https://github.com/pypa/pip/archive/main.zip
20
setenv =
21
coverage: PYTEST_ADDOPTS=--strict-markers --doctest-modules --cov --cov-report=term-missing --cov-report=xml {env:PYTEST_ADDOPTS:}
22
commands_pre =
23
- piplatest: python -m pip install -U pip
24
pip --version
25
commands = pytest {posargs}
26
passenv =
0 commit comments