Remove cap for pip version
Since pip 8.0.2 is released the cap for pip vestion is no longer needed Change-Id: Ib404911746147e8fc1d71f0741a6bf06d56829e5
This commit is contained in:
parent
177643413f
commit
34d2ecc830
@ -112,7 +112,7 @@ class InstallVenv(object):
|
||||
|
||||
# First things first, make sure our venv has the latest pip and
|
||||
# setuptools and pbr
|
||||
self.pip_install('pip>=1.4,<8')
|
||||
self.pip_install('pip>=1.4')
|
||||
self.pip_install('setuptools')
|
||||
self.pip_install('pbr')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user