commit | d10c0bbed116d0cc0896b689b80385451e4ea885 | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.openstack.org> | Fri Apr 13 11:50:34 2018 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Fri Apr 13 11:50:34 2018 +0000 |
tree | 6f2c5e9319d5c3e424425aeb50a4553a19890d08 | |
parent | 219184504c7cd08a6f158d6f0a9013c04f873647 [diff] | |
parent | dc5d88bc0b2233ee8490d31ce67d6a8f6e503b23 [diff] |
Merge "Apply contraints to tempest plugins"
diff --git a/lib/tempest b/lib/tempest index 0605ffb..2321cd5 100644 --- a/lib/tempest +++ b/lib/tempest
@@ -646,7 +646,7 @@ 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