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
This commit is contained in:
Jesse Pretorius 2018-09-19 14:40:43 +01:00
parent 7e0d675c47
commit b899d13486
1 changed files with 1 additions and 1 deletions

View File

@ -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