Code review comment for lp:~corey.bryant/charm-helpers/upgrade-pip

Revision history for this message
Corey Bryant (corey.bryant) wrote :

Upstream OpenStack is starting to use requirements file syntax such as the following to target specific python versions:

Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7'

Older pip versions don't understand this and as a result won't install the requirement.

By default virtualenv's on trusty install a pretty old version of pip. This patch upgrades pip after creating the virtualenv.

« Back to merge proposal