commit | 993a6f58f158f343f0d4168866c16e0ad9793f32 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Tue Feb 09 14:02:14 2016 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Tue Feb 09 14:02:14 2016 +0000 |
tree | 5591d3faaa389a9e26ca502dae1b188d26168763 | |
parent | ab1f21d7bebe27745a787e02073231b14ff5b863 [diff] | |
parent | 0e1f3692ce96549ad05cb6d8daa07a6dfe902d9a [diff] |
Merge "Revert "Cap Pip<8 due to pip bug""
diff --git a/tools/install_venv_common.py b/tools/install_venv_common.py index d1643f8..e279159 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<8,>=1.4') + self.pip_install('pip>=1.4') self.pip_install('setuptools') self.pip_install('pbr')