summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2020-04-01 17:05:33 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2020-04-01 17:05:33 +0000
commit9693c703122f539d6c9014a35374e91a3f3dfa32 (patch)
tree71f24e217c0a2679b212c90fa2c31de856da020d
parentfb8c548a4740bd11081f42d01dfc5e63f0a7f110 (diff)
downloadglance_store-9693c703122f539d6c9014a35374e91a3f3dfa32.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: I1f2a1b8de81c5b8cd86881d591b76a7d6e62a5e5
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index b4248c1..e81395b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,7 @@ basepython = python3
setenv = VIRTUAL_ENV={envdir}
usedevelop = True
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/ussuri}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
passenv = OS_TEST_*