Skip to content

Commit dc5d88b

Browse files
danielmelladodulek
authored andcommitted
Apply contraints to tempest plugins
This commit applies the constraints for the tempest plugin installation so they won't go over the upper reqs. Closes-Bug: 1763436 Change-Id: I5cf91157bbdae79dec01d5b3db32efea21f1b2b7
1 parent 4dde3b8 commit dc5d88b

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)