summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2018-07-19 20:41:00 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2018-07-19 20:41:00 +0000
commitc9bb21ca154fbdbe0ba3a33af478f9de325d4a55 (patch)
tree97f2bf4174d2808fa701559ef02d5caa8834d6f7
parentd45bbab61429ee4e687f02bc0fd8cff3a1992e37 (diff)
downloadglance_store-c9bb21ca154fbdbe0ba3a33af478f9de325d4a55.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/rocky
The new stable upper-constraints file is only available after the openstack/requirements repository is branched. This will happen around the RC1 timeframe. Recheck and merge this change once the requirements repository has been branched. The CI system will work with this patch before the requirements repository is branched because zuul configues the job to run with a local copy of the file and defaults to the master branch. However, accepting the patch will break the test configuration on developers' local systems, so please wait until after the requirements repository is branched to merge the patch. Change-Id: I8da6f0a99a89aaba053ebc9ed03e785b08b1b6dc
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 80855ae..2e35620 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://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/rocky}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
passenv = OS_TEST_*