mirror of
https://github.com/ceph/ceph
synced 2025-01-18 17:12:29 +00:00
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:
commit
393c624189
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user