summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2019-03-18 14:39:15 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2019-03-18 14:39:15 +0000
commit58229944f28f9718cde90d107d0eca688bf74686 (patch)
treecc42c178ba303eb55c7618d7b6f825b8df9f2106
parent8591aafbe32b4612ef1c1cc2f97b9abd608e98ea (diff)
downloadglance_store-58229944f28f9718cde90d107d0eca688bf74686.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: I08bf9c65c59f808a0b2d813f08ae49886aa81c4a
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 80855ae..e2e8064 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,7 @@ skipsdist = True
setenv = VIRTUAL_ENV={envdir}
usedevelop = True
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}/requirements.txt
-r{toxinidir}/test-requirements.txt
passenv = OS_TEST_*