Revert "Revert "Update UPPER_CONSTRAINTS_FILE for stable/rocky""

This reverts commit 5ede592636.

Now that the requirements repo has branched, we can implement this.

Change-Id: Iafa310af5523e4d6a75501e4c02315329a6d9e8f
This commit is contained in:
Jesse Pretorius (odyssey4me) 2018-08-16 08:04:44 +00:00
parent 5ede592636
commit 359d67aee8
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ envlist = linters,docs,releasenotes,inventory,py3-inventory
usedevelop = True
basepython = python2.7
install_command =
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/rocky} {opts} {packages}
deps =
-r{toxinidir}/global-requirement-pins.txt
-r{toxinidir}/test-requirements.txt