Use upper constraints

This changes the tox command to use the upper constraints.  This will
avoid known issues with newer versions of the library.

Change-Id: I85a03fc40356ca1493d6dcf550f63f0deba8dd84
Closes-Bug: 1637938
This commit is contained in:
Drew Thorstensen 2016-10-31 09:37:03 -04:00
parent 89e1cefe1f
commit 95c7897367
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 -U {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
PYTHONHASHSEED=0
deps = -r{toxinidir}/requirements.txt