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:
parent
545e8f00d2
commit
0e1f3692ce
@ -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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user