From b899d13486cf9ed4d05e609be511554ace02ff7a Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Wed, 19 Sep 2018 14:40:43 +0100 Subject: [PATCH] Pin ARA to the current version To ensure we don't end up with breakage down the line, we pin ARA to the current version. Change-Id: I85a8a50ef035d65692526ddc21221fd3f46ac677 --- scripts/scripts-library.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/scripts-library.sh b/scripts/scripts-library.sh index 5c9411b542..28a85e8a63 100755 --- a/scripts/scripts-library.sh +++ b/scripts/scripts-library.sh @@ -233,7 +233,7 @@ function setup_ara { # This installs from pypi # PIP_COMMAND and PIP_OPTS are exported by the bootstrap-ansible script. # PIP_OPTS contains the whole set of constraints that need to be applied. - ${PIP_COMMAND} install --isolated ${PIP_OPTS} ara "${ANSIBLE_PACKAGE:-ansible}" + ${PIP_COMMAND} install --isolated ${PIP_OPTS} ara==0.16.1 "${ANSIBLE_PACKAGE:-ansible}" fi # Dynamically retrieve the location of the ARA callback so we are able to find # it on both py2 and py3