mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-09-03 03:32:19 -07:00
pipx: Add example for installing package with dependency group (#10189)
* Add example for installing package with dependency group * add tests
This commit is contained in:
parent
d032de3b16
commit
2405611092
2 changed files with 36 additions and 6 deletions
|
@ -175,6 +175,12 @@ EXAMPLES = r"""
|
|||
name: tox
|
||||
state: upgrade
|
||||
|
||||
- name: Install or upgrade tox with dependency group 'docs'
|
||||
community.general.pipx:
|
||||
name: tox
|
||||
source: tox[docs]
|
||||
state: latest
|
||||
|
||||
- name: Reinstall black with specific Python version
|
||||
community.general.pipx:
|
||||
name: black
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue