]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commit
Pass --upgrade to pip install
authorZack Cerza <zack@redhat.com>
Tue, 14 Jul 2015 15:19:58 +0000 (09:19 -0600)
committerZack Cerza <zack@redhat.com>
Tue, 14 Jul 2015 15:31:15 +0000 (09:31 -0600)
commite427e669edadccf10e25a4ba6924a65becfb470e
treef42759ad4394911c2912c100ed098affb06b6630
parent9d59d6bd93de47664c939fea331ced6593e8ae16
Pass --upgrade to pip install

This should tell pip to use the latest version of packages (taking
pinning into account) - so that we can install newer versions of
packages that happen to be installed system-wide. This won't affect
libvirt-python as it is omitted from our list of requirements.

Signed-off-by: Zack Cerza <zack@redhat.com>
bootstrap