1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Remove community.kubernetes testing dependency. (#1682)

This commit is contained in:
Felix Fontein 2021-01-27 07:17:00 +01:00 committed by GitHub
parent 2a53edd9bc
commit bb323ab12f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View file

@ -1,7 +1,5 @@
integration_tests_dependencies:
- ansible.posix
- community.crypto
- community.kubernetes
unit_tests_dependencies:
- community.internal_test_tools
- community.kubernetes

View file

@ -74,8 +74,6 @@ else
fi
# START: HACK install dependencies
retry ansible-galaxy -vvv collection install community.kubernetes
if [ "${script}" != "sanity" ] || [ "${test}" == "sanity/extra" ]; then
# Nothing further should be added to this list.
# This is to prevent modules or plugins in this collection having a runtime dependency on other collections.