Merge "Apply contraints to tempest plugins"

This commit is contained in:
Zuul 2018-04-13 11:50:34 +00:00 committed by Gerrit Code Review
commit d10c0bbed1
1 changed files with 1 additions and 1 deletions

View File

@ -646,7 +646,7 @@ function install_tempest {
function install_tempest_plugins {
pushd $TEMPEST_DIR
if [[ $TEMPEST_PLUGINS != 0 ]] ; then
tox -evenv-tempest -- pip install $TEMPEST_PLUGINS
tox -evenv-tempest -- pip install -c $REQUIREMENTS_DIR/upper-constraints.txt $TEMPEST_PLUGINS
echo "Checking installed Tempest plugins:"
tox -evenv-tempest -- tempest list-plugins
fi