mirror of https://github.com/ansible/ansible.git
Allow python_requirements_facts to cope with packages with dashes (#56166)
* Allow python_requirements_facts to cope with packages with dashes
```
python_requirements_facts:
dependencies:
- kubernetes-validate
```
should work as expected
* Ensure tests run for python_requirements_facts
pull/56690/head
parent
d8a5efa00c
commit
8e1dd58c2b
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- allow python_requirements_facts to report on dependencies containing dashes
|
||||
@ -1 +1 @@
|
||||
unsupported
|
||||
shippable/posix/group2
|
||||
|
||||
Loading…
Reference in New Issue