mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Install dependencies for validate-modules (#18028)
Currently (pre-repomerge) we aren't running sanity.sh from ansible/ansible, after the merge we will. Therefore I've added the requirements here, rather than in ansible-modules-*/test/utils/shippable
This commit is contained in:
parent
61578c59b3
commit
0ef3ff6a9d
1 changed files with 2 additions and 0 deletions
|
@ -2,3 +2,5 @@ tox
|
||||||
pyyaml
|
pyyaml
|
||||||
jinja2
|
jinja2
|
||||||
setuptools
|
setuptools
|
||||||
|
mock
|
||||||
|
voluptuous==0.8.8
|
||||||
|
|
Loading…
Reference in a new issue