Merge "Remove -U from pip install"

This commit is contained in:
Zuul 2017-12-06 14:38:45 +00:00 committed by Gerrit Code Review
commit 4181c5e878
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ passenv = http_proxy
whitelist_externals = bash
find
rm
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}/requirements.txt