From 45a645db8617d00f044735cce1c994e349a4a683 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 23 Sep 2020 09:32:02 -0300 Subject: [PATCH] Merge pull request #7784 from nicoddemus/use-new-pip-solver-7783 Use new pip resolver in plugins tox env --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index 4e2ab0d36..a50747a93 100644 --- a/tox.ini +++ b/tox.ini @@ -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]