From 7b8fb579c8b95b115114f038e69cb2daa6b0cc47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=A4mmerling?= Date: Fri, 31 Jul 2020 06:39:16 +0200 Subject: [PATCH] Update sanity test requirements --- tests/utils/shippable/shippable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/utils/shippable/shippable.sh b/tests/utils/shippable/shippable.sh index 9edec6c..9303277 100755 --- a/tests/utils/shippable/shippable.sh +++ b/tests/utils/shippable/shippable.sh @@ -70,7 +70,7 @@ retry ansible-galaxy -vvv collection install ansible.netcommon retry pip install hcloud retry pip install netaddr --disable-pip-version-check -retry git clone https://github.com/ansible-collections/community.internal_test_tools.git "${ANSIBLE_COLLECTIONS_PATHS}/ansible_collections/community/internal_test_tools" +retry ansible-galaxy -vvv collection install community.internal_test_tools # END: HACK export PYTHONIOENCODING='utf-8'