From fec37dada38c4ac3023abc740a9c018bf32bb198 Mon Sep 17 00:00:00 2001 From: Daniel Mellado Date: Thu, 12 Apr 2018 11:41:59 -0400 Subject: [PATCH] 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 (cherry picked from commit dc5d88bc0b2233ee8490d31ce67d6a8f6e503b23) --- lib/tempest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tempest b/lib/tempest index 60c45dd136..6f8b3ba3f6 100644 --- a/lib/tempest +++ b/lib/tempest @@ -643,7 +643,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