Skip to content

Commit

Permalink
Cap Pip<8 due to pip bug
Browse files Browse the repository at this point in the history
Due to pypa/pip#3384 in pip v8, this change
puts a cap on pip, in a similar manner to
https://review.openstack.org/#/c/269954/

Change-Id: I20b8b597e8806a7ee21d947eccc98e4ae7e00c3b
Closes-Bug: 1536290
  • Loading branch information
Xav Paice committed Jan 21, 2016
1 parent b7d8591 commit 3084845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install_venv_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def install_dependencies(self):

# 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')

Expand Down

0 comments on commit 3084845

Please sign in to comment.