From 1e419ce8c61ccb21dddf1757477770371ad61bf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=A4mmerling?= Date: Thu, 25 Jun 2020 09:53:59 +0200 Subject: [PATCH] Install netaddr --- tests/utils/shippable/sanity.sh | 2 +- tests/utils/shippable/shippable.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/utils/shippable/sanity.sh b/tests/utils/shippable/sanity.sh index 6d43e68..f21beec 100755 --- a/tests/utils/shippable/sanity.sh +++ b/tests/utils/shippable/sanity.sh @@ -14,7 +14,7 @@ else fi if [ "${group}" == "extra" ]; then - ../internal_test_tools/tools/run.py --color + ../../internal_test_tools/tools/run.py --color exit fi diff --git a/tests/utils/shippable/shippable.sh b/tests/utils/shippable/shippable.sh index dcbd68a..8adc8fb 100755 --- a/tests/utils/shippable/shippable.sh +++ b/tests/utils/shippable/shippable.sh @@ -70,6 +70,7 @@ retry ansible-galaxy -vvv collection install ansible.netcommon retry ansible-galaxy -vvv collection install community.internal_test_tools retry pip install hcloud +retry pip install netaddr --disable-pip-version-check # END: HACK export PYTHONIOENCODING='utf-8'