summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2018-07-26 12:38:55 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2018-07-26 12:38:55 +0000
commit5ff1c043b04079e354e04b4175d9e150070fa62b (patch)
tree811c147de2e826538ec32141c8bfbe5a74776c17
parent0057ded6352beac2e202ec7aa70497feb6d16138 (diff)
downloadoslo-middleware-5ff1c043b04079e354e04b4175d9e150070fa62b.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: I2e3c63660b3b63767254f08753fd79a676582dc4
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 856240e..2133e5f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,7 @@ setenv =
VIRTUAL_ENV={envdir}
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://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/rocky}
-r{toxinidir}/test-requirements.txt
commands = stestr run --slowest {posargs}