Merge "Remove -U from pip install"

This commit is contained in:
Zuul
2017-12-12 21:33:17 +00:00
committed by Gerrit Code Review

View File

@@ -6,7 +6,7 @@ skipsdist = True
[testenv]
usedevelop = True
# Customize pip command, add -U to force updates.
install_command = pip install -U {opts} {packages}
install_command = pip install {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
NOSE_WITH_OPENSTACK=1
NOSE_OPENSTACK_COLOR=1