Pin ARA to <1.0.0

Change-Id: Ib5f17388dcb8370ca9b1b70199b7b5b3b026cb6d
This commit is contained in:
Logan V 2019-06-04 17:06:03 -06:00
parent 2620841ac8
commit 41f3b941cb
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ ARA_SRC_HOME="${TESTING_HOME}/src/opendev.org/recordsansible/ara"
if [[ -d "${ARA_SRC_HOME}" ]]; then
PIP_OPTS+=" ${ARA_SRC_HOME}"
else
PIP_OPTS+=" ara"
PIP_OPTS+=" ara<1.0.0"
fi
# Install all python packages