]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
tools/setup-virtualenv: do not use wheel if wheelhouse does not exist
authorKefu Chai <kchai@redhat.com>
Wed, 4 Aug 2021 16:55:12 +0000 (00:55 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 5 Aug 2021 09:51:17 +0000 (17:51 +0800)
commit586ac824f2cf05bb5301fd139aa744a2902c75f9
tree7c8c4594ba125e45422b3f196aa2dd1be230a5f5
parent547332a629dd5663083253bfd951e32d2918a009
tools/setup-virtualenv: do not use wheel if wheelhouse does not exist

some times, developer does not use install-deps.sh to prepare the wheel
at all. in that case, just do not pass the wheelhouse options to pip.

this helps to silence the pip warnings complaining that the wheelhouse does
not exist.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/tools/setup-virtualenv.sh