Skip to content

Commit 7c581d5

Browse files
committed
tox: remove no longer needed pip download=True
Whatever pip is used almost certainly has the new resolver by now.
1 parent 74d49d2 commit 7c581d5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tox.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,6 @@ description =
173173
run reverse dependency testing against pytest plugins under `{basepython}`
174174
# use latest versions of all plugins, including pre-releases
175175
pip_pre=true
176-
# use latest pip to get new dependency resolver (#7783)
177-
download=true
178-
install_command=python -m pip install {opts} {packages}
179176
changedir = testing/plugins_integration
180177
deps = -rtesting/plugins_integration/requirements.txt
181178
setenv =

0 commit comments

Comments
 (0)