]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
script/run_tox.sh: install tox deps from wheelhouse 30034/head
authorKefu Chai <kchai@redhat.com>
Fri, 30 Aug 2019 09:40:25 +0000 (17:40 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 2 Sep 2019 05:43:37 +0000 (13:43 +0800)
could be faster

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/script/run_tox.sh

index f0060690b520be0f6a7e7df157a58397b2e297a4..14e3e641d9406759b1c161e493e6ad965846a762 100755 (executable)
@@ -128,7 +128,8 @@ function main() {
 
     # tox.ini will take care of this.
     export CEPH_BUILD_DIR=$build_dir
-
+    # use the wheelhouse prepared by install-deps.sh
+    export PIP_FIND_LINKS="$tox_path/wheelhouse"
     tox -c $tox_path/tox.ini -e "$tox_envs" "$@"
 }