Revert "Update UPPER_CONSTRAINTS_FILE for stable/rocky"

This reverts commit 70e655bea7.

Oops, this wasn't supposed to be merged yet and is breaking
tests, just like the commit message says.

Change-Id: I8b927c7723dad7ba7885cdc23c19277550a4ee98
This commit is contained in:
Jesse Pretorius (odyssey4me) 2018-08-10 19:36:03 +00:00
parent 70e655bea7
commit 5ede592636
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?h=stable/rocky} {opts} {packages}
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
deps =
-r{toxinidir}/global-requirement-pins.txt
-r{toxinidir}/test-requirements.txt