Merge pull request #4921 from dachary/wip-11952-test-ceph-disk

tests: ceph-disk tests need to install pip > 6.1

Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2015-06-11 16:42:36 +08:00
commit 393c624189

View File

@ -24,6 +24,9 @@ DIR=test-ceph-disk
virtualenv virtualenv-$DIR
. virtualenv-$DIR/bin/activate
(
# older versions of pip will not install wrap_console scripts
# when using wheel packages
pip install --upgrade 'pip >= 6.1'
if test -d ceph-detect-init/wheelhouse ; then
wheelhouse="--no-index --use-wheel --find-links=ceph-detect-init/wheelhouse"
fi