From bb323ab12f6ce15cdaedd9fe37053a8d2768f0a6 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 27 Jan 2021 07:17:00 +0100 Subject: [PATCH] Remove community.kubernetes testing dependency. (#1682) --- tests/requirements.yml | 2 -- tests/utils/shippable/shippable.sh | 2 -- 2 files changed, 4 deletions(-) diff --git a/tests/requirements.yml b/tests/requirements.yml index 492a1f698c..7b431b1fe0 100644 --- a/tests/requirements.yml +++ b/tests/requirements.yml @@ -1,7 +1,5 @@ integration_tests_dependencies: - ansible.posix - community.crypto -- community.kubernetes unit_tests_dependencies: - community.internal_test_tools -- community.kubernetes diff --git a/tests/utils/shippable/shippable.sh b/tests/utils/shippable/shippable.sh index 1b966ec0fc..0b0b8316ac 100755 --- a/tests/utils/shippable/shippable.sh +++ b/tests/utils/shippable/shippable.sh @@ -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.