We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5cfd7c0 + 8215625 commit 3db2489Copy full SHA for 3db2489
tox.ini
@@ -116,7 +116,11 @@ commands =
116
make regen
117
118
[testenv:plugins]
119
+# use latest versions of all plugins, including pre-releases
120
pip_pre=true
121
+# use latest pip and new dependency resolver (#7783)
122
+download=true
123
+install_command=python -m pip --use-feature=2020-resolver install {opts} {packages}
124
changedir = testing/plugins_integration
125
deps =
126
anyio[curio,trio]
0 commit comments