Merge pull request #7784 from nicoddemus/use-new-pip-solver-7783
Use new pip resolver in plugins tox env
This commit is contained in:
commit
3db24893b4
4
tox.ini
4
tox.ini
|
@ -116,7 +116,11 @@ commands =
|
||||||
make regen
|
make regen
|
||||||
|
|
||||||
[testenv:plugins]
|
[testenv:plugins]
|
||||||
|
# use latest versions of all plugins, including pre-releases
|
||||||
pip_pre=true
|
pip_pre=true
|
||||||
|
# use latest pip and new dependency resolver (#7783)
|
||||||
|
download=true
|
||||||
|
install_command=python -m pip --use-feature=2020-resolver install {opts} {packages}
|
||||||
changedir = testing/plugins_integration
|
changedir = testing/plugins_integration
|
||||||
deps =
|
deps =
|
||||||
anyio[curio,trio]
|
anyio[curio,trio]
|
||||||
|
|
Loading…
Reference in New Issue