Skip to content

Commit d10c0bb

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Apply contraints to tempest plugins"
2 parents 2191845 + dc5d88b commit d10c0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tempest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ function install_tempest {
646646
function install_tempest_plugins {
647647
pushd $TEMPEST_DIR
648648
if [[ $TEMPEST_PLUGINS != 0 ]] ; then
649-
tox -evenv-tempest -- pip install $TEMPEST_PLUGINS
649+
tox -evenv-tempest -- pip install -c $REQUIREMENTS_DIR/upper-constraints.txt $TEMPEST_PLUGINS
650650
echo "Checking installed Tempest plugins:"
651651
tox -evenv-tempest -- tempest list-plugins
652652
fi

0 commit comments

Comments
 (0)