summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2020-04-14 10:15:27 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2020-04-14 10:15:27 +0000
commitf3e4d426401e6d4dab9efcd4e04585752934f06c (patch)
tree9dd6740cf6e8888bface4f6b12a5e41d7519c4cb
parent252ea15f92d77a4e0fbfc236f7ffc25b54cea37c (diff)
downloadoslo-messaging-f3e4d426401e6d4dab9efcd4e04585752934f06c.tar.gz
Update TOX/UPPER_CONSTRAINTS_FILE for stable/ussuri
Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so that anyone working on this branch will switch to the correct upper-constraints list automatically when the requirements repository branches. Until the requirements repository has as stable/ussuri branch, tests will continue to use the upper-constraints list on master. Change-Id: Icde5163e169fba2831a024f6f3b8c39fc35cf44d
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 41536f1..6cb4f62 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,7 +12,7 @@ passenv = OS_*
REQUIREMENTS_PIP_LOCATION
install_command = pip install {opts} {packages}
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/ussuri}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = stestr run --slowest {posargs}