mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-09 06:40:03 -07:00
moved from extras repo where it incorrectly exists (#17124)
* moved from extras repo where it incorrectly exists * added to sanity exclusion for 2.4 * changed license with author's consent
This commit is contained in:
parent
bd31cc096a
commit
4fb09d5693
2 changed files with 144 additions and 1 deletions
|
@ -12,7 +12,7 @@ if [ "${TOXENV}" = 'py24' ]; then
|
|||
fi
|
||||
|
||||
python2.4 -V
|
||||
python2.4 -m compileall -fq -x 'module_utils/(a10|rax|openstack|ec2|gce|docker_common|azure_rm_common|vca|vmware|gcp|gcdns).py' lib/ansible/module_utils
|
||||
python2.4 -m compileall -fq -x 'module_utils/(a10|rax|openstack|ec2|gce|lxd|docker_common|azure_rm_common|vca|vmware|gcp|gcdns).py' lib/ansible/module_utils
|
||||
else
|
||||
if [ "${install_deps}" != "" ]; then
|
||||
pip install -r "${source_root}/test/utils/shippable/sanity-requirements.txt" --upgrade
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue