Skip to content

Commit

Permalink
Updated openstack/openstack
Browse files Browse the repository at this point in the history
Project: openstack-infra/tripleo-ci  3aaf3fb2a559d39679dc2fd0d1fd2dd108b5c9a9

Update pip in DLRN venv

Newer versions of setuptools require an updated pip to be installed.
Running the --delorean-setup locally is actually failing for me with
(not sure what the difference is compared to CI, but probably is due to
using the infra created CentOS image which has updated pip/virtualenv
already):

ImportError: No module named six.moves

This is an expected problem with newer versions of setuptools per
pypa/setuptools#942 (comment)
pypa/setuptools#937

We're already using the latest packaged versions of virtualenv and pip
on CentOS so the fix is to first update pip in the newly created
virtualenv.

Change-Id: Ibc0e266d48dec587c8221f8392f060b58496def4
  • Loading branch information
slagle authored and openstack-gerrit committed Mar 31, 2017
1 parent c29cfbd commit 57ce6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tripleo-ci
Submodule tripleo-ci updated from b221ac to 3aaf3f

0 comments on commit 57ce6f4

Please sign in to comment.