Apply cap from upper reqs

Upper reqs limits weren't applied to the tox environment for the kuryr
tempest plugin. This commit sets that on the tox.ini file.

Change-Id: Icc34350341e678513095bdb8d78c7c005ed3ab13
This commit is contained in:
Daniel Mellado 2018-04-12 14:41:09 +02:00 committed by Michał Dulko
parent 2555caf480
commit 397aaaef71
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ skipsdist = True
[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}
deps =