Use upper constraints from stable/newton

This change set locks the upper constraints for tox to the stable/newton
branch of the requirements project.

Change-Id: Ia44c918f0c58ef45013840cbc426707f7dbb2b7c
Closes-Bug: #1638384
This commit is contained in:
Eric Fried 2016-11-01 16:20:46 -05:00
parent 24dbf1b7e6
commit 1aea356efc
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ skipsdist = True
[testenv]
usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/newton} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt