commit | e9e9cfc5f2b6a3acc30d831151659b0b164503a0 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Sat Jan 23 04:35:32 2016 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Sat Jan 23 04:35:33 2016 +0000 |
tree | 0ab21d111e3fed547a5da498ec87f70b524eef2a | |
parent | 5e4e3fde51c930ca5e7afd38ee67cd95e5a89170 [diff] | |
parent | 308484592dd8bb993dc24a6d6aacefc611cd7e8b [diff] |
Merge "Cap Pip<8 due to pip bug"
diff --git a/tools/install_venv_common.py b/tools/install_venv_common.py index e279159..d1643f8 100644 --- a/tools/install_venv_common.py +++ b/tools/install_venv_common.py
@@ -113,7 +113,7 @@ # First things first, make sure our venv has the latest pip and # setuptools and pbr - self.pip_install('pip>=1.4') + self.pip_install('pip<8,>=1.4') self.pip_install('setuptools') self.pip_install('pbr')