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: I458b9446a72276ba2bfb9fbf04ce272a36943c6c
Closes-Bug: #1638384
This commit is contained in:
Eric Fried 2016-11-01 16:25:53 -05:00
parent c44f7b5cbd
commit baf7139fe4
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ envlist = py34,py27,pep8
[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}
PYTHONHASHSEED=0
deps = -r{toxinidir}/requirements.txt