Merge "Apply contraints to tempest plugins"
This commit is contained in:
commit
d10c0bbed1
@ -646,7 +646,7 @@ function install_tempest {
|
|||||||
function install_tempest_plugins {
|
function install_tempest_plugins {
|
||||||
pushd $TEMPEST_DIR
|
pushd $TEMPEST_DIR
|
||||||
if [[ $TEMPEST_PLUGINS != 0 ]] ; then
|
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:"
|
echo "Checking installed Tempest plugins:"
|
||||||
tox -evenv-tempest -- tempest list-plugins
|
tox -evenv-tempest -- tempest list-plugins
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user