Fix broken gates because of wrong pip command

Change-Id: I7d8cb4bfa7962819b7298149e94f06be44f2670e
This commit is contained in:
Vincent Françoise 2017-01-24 18:12:15 +01:00
parent 1a2fa9addf
commit 41f579d464
1 changed files with 1 additions and 3 deletions

View File

@ -6,9 +6,7 @@ skipsdist = True
[testenv]
usedevelop = True
whitelist_externals = find
install_command =
pip install -U --force-reinstall -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} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/test-requirements.txt