Use wallaby upper-constraints with tempest

... because we pin horizon to 27.0.0 which corresponds to the Wallaby
release.

Change-Id: Ic6415e2a74a35bdcd206b5fffd806b5b15ec1a87
This commit is contained in:
Takashi Kajinami
2022-04-12 20:28:10 +09:00
parent b4c2c9d56a
commit ba9465359c

View File

@@ -369,7 +369,7 @@ cd /tmp/openstack/tempest
if [ "${TEMPEST_FROM_SOURCE}" = true ]; then
python3 -m virtualenv --system-site-packages run_tempest
run_tempest/bin/pip3 install -c https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt -U -r requirements.txt
run_tempest/bin/pip3 install -c https://opendev.org/openstack/requirements/raw/branch/stable/wallaby/upper-constraints.txt -U -r requirements.txt
run_tempest/bin/python3 setup.py install
run_tempest/bin/stestr init
export tempest_binary="run_tempest/bin/tempest"