mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-10 02:41:30 +00:00
Remove community.kubernetes testing dependency. (#1682)
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
integration_tests_dependencies:
|
||||
- ansible.posix
|
||||
- community.crypto
|
||||
- community.kubernetes
|
||||
unit_tests_dependencies:
|
||||
- community.internal_test_tools
|
||||
- community.kubernetes
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user