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 217217 name : tox
218218 register : uninstall_tox_2
219219
220- - name : install tox with dependency group 'docs'
220+ - name : install tox with extra 'docs'
221221 community.general.pipx :
222222 name : tox
223223 source : tox[docs]
224224 state : latest
225225 register : install_tox_latest_docs
226226
227- - name : install tox with dependency group 'docs' again
227+ - name : install tox with extra 'docs' again
228228 community.general.pipx :
229229 name : tox
230230 source : tox[docs]
You can’t perform that action at this time.
0 commit comments