Skip to content

Commit

Permalink
Merge pull request #132 from elfiesmelfie/efoley-tempest-external-plu…
Browse files Browse the repository at this point in the history
…gin-upper-constraints

[tempest] Install external plugins using upper-constraints
  • Loading branch information
openshift-merge-bot[bot] committed Feb 14, 2024
2 parents 2f831f3 + b731039 commit ac3ca3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container-images/tcib/base/os/tempest/run_tempest.sh
Expand Up @@ -188,7 +188,7 @@ function run_git_tempest {
popd
fi

pip install ./$plugin_name
pip install -chttps://releases.openstack.org/constraints/upper/2023.1 ./$plugin_name
done

pushd $HOMEDIR
Expand Down

0 comments on commit ac3ca3d

Please sign in to comment.