Revert "Update UPPER_CONSTRAINTS_FILE for stable/ocata"

This reverts commit c608d845ea.

This should have happened on the stable/ocata branch, not master.

Change-Id: I20bb1bc5a3dbe4dbf2358301cd98204300e2e8f3
This commit is contained in:
Jim Rollenhagen 2017-03-28 09:23:24 -04:00
parent ccfb67bb82
commit 8d899bd8f2
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ envlist = py35,py27,pep8
[testenv]
install_command =
{toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} {opts} {packages}
{toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
PYTHONDONTWRITEBYTECODE = 1