Skip to content

Commit

Permalink
Merge pull request #7785 from nicoddemus/backport-7784
Browse files Browse the repository at this point in the history
[6.0.x] Merge pull request #7784 from nicoddemus/use-new-pip-solver-7783
  • Loading branch information
nicoddemus committed Sep 23, 2020
2 parents f5b1f44 + 45a645d commit e886b17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tox.ini
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 e886b17

Please sign in to comment.