summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2019-03-18 14:45:18 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2019-03-18 14:45:18 +0000
commit7ef270ab44cf5af5ae579a8e9469ccfde762adcc (patch)
treef0924ba2e2f89362444565b0870bb84c0aa44899
parentd188708b18fe6207e86830ba560c330553ccd329 (diff)
downloadoslo-messaging-7ef270ab44cf5af5ae579a8e9469ccfde762adcc.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/stein
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/stein branch, tests will continue to use the upper-constraints list on master. Change-Id: I1f9bebdb1328b522b4e02f03cbc5ca5c2f8ec176
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 82405bb..ff2c6c9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,7 @@ passenv = OS_*
REQUIREMENTS_PIP_LOCATION
install_command = pip install {opts} {packages}
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/stein}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = stestr run --slowest {posargs}