mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix problem where pip module cannot accept multiple extras
PR #46937 Fixes #46519
This commit is contained in:
committed by
Sviatoslav Sydorenko
parent
4352a4e54d
commit
b697da39c8
@@ -470,6 +470,10 @@
|
||||
assert:
|
||||
that: "version13 is failed"
|
||||
|
||||
- name: try install package with setuptools extras
|
||||
pip:
|
||||
name: "{{pip_test_package}}[dev,test]"
|
||||
|
||||
- name: clean up
|
||||
pip:
|
||||
name: "{{ pip_test_packages }}"
|
||||
|
||||
Reference in New Issue
Block a user