File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127
127
use_coverage : true
128
128
129
129
- name : " plugins"
130
- python : " 3.7 "
130
+ python : " 3.9 "
131
131
os : ubuntu-latest
132
132
tox_env : " plugins"
133
133
Original file line number Diff line number Diff line change @@ -100,9 +100,9 @@ commands =
100
100
[testenv:plugins]
101
101
# use latest versions of all plugins, including pre-releases
102
102
pip_pre =true
103
- # use latest pip and new dependency resolver (#7783)
103
+ # use latest pip to get new dependency resolver (#7783)
104
104
download =true
105
- install_command =python -m pip -- use-feature =2020-resolver install {opts} {packages}
105
+ install_command =python -m pip install {opts} {packages}
106
106
changedir = testing/plugins_integration
107
107
deps = -rtesting/plugins_integration/requirements.txt
108
108
setenv =
You can’t perform that action at this time.
0 commit comments