Skip to content

Commit ae041e5

Browse files
[PR #10649/bc90635e backport][stable-10] pipx examples and tests: fix terminology (#10650)
pipx examples and tests: fix terminology (#10649) Fix terminology. (cherry picked from commit bc90635) Co-authored-by: Felix Fontein <[email protected]>
1 parent b3fecf0 commit ae041e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/modules/pipx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
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]

tests/integration/targets/pipx/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,14 +225,14 @@
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]

0 commit comments

Comments
 (0)