File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tests/integration/targets/pipx/tasks Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 175175 name: tox
176176 state: upgrade
177177
178- - name: Install or upgrade tox with dependency group 'docs'
178+ - name: Install or upgrade tox with extra 'docs'
179179 community.general.pipx:
180180 name: tox
181181 source: tox[docs]
Original file line number Diff line number Diff line change 225225 name : tox
226226 register : uninstall_tox_2
227227
228- - name : install tox with dependency group 'docs'
228+ - name : install tox with extra 'docs'
229229 community.general.pipx :
230230 name : tox
231231 source : tox[docs]
232232 state : latest
233233 register : install_tox_latest_docs
234234
235- - name : install tox with dependency group 'docs' again
235+ - name : install tox with extra 'docs' again
236236 community.general.pipx :
237237 name : tox
238238 source : tox[docs]
You can’t perform that action at this time.
0 commit comments