Update UPPER_CONSTRAINTS_FILE for stable/ocata

Change-Id: If34c8886d70e1195102d588d6f388e921f353718
This commit is contained in:
OpenStack Release Bot 2017-02-04 01:04:31 +00:00 committed by Armando Migliaccio
parent db1d2c9b79
commit 7d372b60f8
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ setenv = VIRTUAL_ENV={envdir}
passenv = TRACE_FAILONLY GENERATE_HASHES http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
usedevelop = True
install_command =
pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
whitelist_externals = sh