We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2191845 + dc5d88b commit d10c0bbCopy full SHA for d10c0bb
lib/tempest
@@ -646,7 +646,7 @@ function install_tempest {
646
function install_tempest_plugins {
647
pushd $TEMPEST_DIR
648
if [[ $TEMPEST_PLUGINS != 0 ]] ; then
649
- tox -evenv-tempest -- pip install $TEMPEST_PLUGINS
+ tox -evenv-tempest -- pip install -c $REQUIREMENTS_DIR/upper-constraints.txt $TEMPEST_PLUGINS
650
echo "Checking installed Tempest plugins:"
651
tox -evenv-tempest -- tempest list-plugins
652
fi
0 commit comments