Revert "Cap Pip<8 due to pip bug"

This reverts commit 308484592d.
This issue has been fixed after pip 8.0.1 released.

TrivialFix

Change-Id: I193ef41c2a9efcab3aea54f4949cf6fb1e9b1084
This commit is contained in:
Allen Gao 2016-01-25 17:56:41 +08:00
parent 545e8f00d2
commit 0e1f3692ce

View File

@ -113,7 +113,7 @@ class InstallVenv(object):
# First things first, make sure our venv has the latest pip and
# setuptools and pbr
self.pip_install('pip<8,>=1.4')
self.pip_install('pip>=1.4')
self.pip_install('setuptools')
self.pip_install('pbr')