From ba9465359c0ab1b4dba0b818f00b41fec461f334 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 12 Apr 2022 20:28:10 +0900 Subject: [PATCH] Use wallaby upper-constraints with tempest ... because we pin horizon to 27.0.0 which corresponds to the Wallaby release. Change-Id: Ic6415e2a74a35bdcd206b5fffd806b5b15ec1a87 --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index 562fc85ca..df9207ed8 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -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"