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:
parent
2a53edd9bc
commit
bb323ab12f
2 changed files with 0 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
||||||
integration_tests_dependencies:
|
integration_tests_dependencies:
|
||||||
- ansible.posix
|
- ansible.posix
|
||||||
- community.crypto
|
- community.crypto
|
||||||
- community.kubernetes
|
|
||||||
unit_tests_dependencies:
|
unit_tests_dependencies:
|
||||||
- community.internal_test_tools
|
- community.internal_test_tools
|
||||||
- community.kubernetes
|
|
||||||
|
|
|
@ -74,8 +74,6 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# START: HACK install dependencies
|
# START: HACK install dependencies
|
||||||
retry ansible-galaxy -vvv collection install community.kubernetes
|
|
||||||
|
|
||||||
if [ "${script}" != "sanity" ] || [ "${test}" == "sanity/extra" ]; then
|
if [ "${script}" != "sanity" ] || [ "${test}" == "sanity/extra" ]; then
|
||||||
# Nothing further should be added to this list.
|
# 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.
|
# This is to prevent modules or plugins in this collection having a runtime dependency on other collections.
|
||||||
|
|
Loading…
Reference in a new issue