summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2018-02-08 20:07:50 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2018-02-08 20:07:50 +0000
commit5772ec049be2ae7570d98b4815be16947a045ff9 (patch)
tree232d8ee8a35f9814c2145e4fe6d274398e7d9620
parentc1a22558e951b7ec816f9be5152a2b75eb2bb019 (diff)
downloaddesignate-5772ec049be2ae7570d98b4815be16947a045ff9.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/queens
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: Ia9e1ef58a86b9c09a8f301e00dc4e124d4b98ad8
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 04346eb1..bf5f7185 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ skipsdist = True
[testenv]
usedevelop = True
-install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=master} {opts} {packages}
+install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens} {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
setenv =