Skip to content

Commit

Permalink
Use new pip resolver in plugins tox env
Browse files Browse the repository at this point in the history
Fix #7783
  • Loading branch information
nicoddemus committed Sep 23, 2020
1 parent 5cfd7c0 commit 8215625
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,11 @@ commands =
make regen

[testenv:plugins]
# use latest versions of all plugins, including pre-releases
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
deps =
anyio[curio,trio]
Expand Down

0 comments on commit 8215625

Please sign in to comment.