Merge "Remove -U from pip install"

This commit is contained in:
Zuul 2017-12-06 15:33:56 +00:00 committed by Gerrit Code Review
commit 9a48fd54d2
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ setenv =
passenv = *_proxy
*_PROXY
usedevelop = True
install_command = pip install -U {opts} {packages}
install_command = pip install {opts} {packages}
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-r{toxinidir}/test-requirements.txt