Skip to content

Commit

Permalink
Merge pull request pytest-dev#7784 from nicoddemus/use-new-pip-solver…
Browse files Browse the repository at this point in the history
…-7783

Use new pip resolver in plugins tox env
  • Loading branch information
nicoddemus committed Sep 23, 2020
1 parent f5b1f44 commit 45a645d
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 45a645d

Please sign in to comment.