Use upper constraints it tox envs

Currently unit tests are broken due to upstream kombu/amqp changes.

Change-Id: Id71e2060139bf7de45f838bc87513dbfab04f21f
Related-Bug: #1638263
This commit is contained in:
Pavlo Shchelokovskyy 2016-12-09 16:11:03 +02:00
parent fd7a07f981
commit b287acfbd4
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 -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
PYTHONDONTWRITEBYTECODE = 1
LANGUAGE=en_US