From 802aaaf14ca0141190a0a97f40f7a1ffc7d09389 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 30 Aug 2019 17:40:25 +0800 Subject: [PATCH] script/run_tox.sh: install tox deps from wheelhouse could be faster Signed-off-by: Kefu Chai --- src/script/run_tox.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/script/run_tox.sh b/src/script/run_tox.sh index f0060690b52..14e3e641d94 100755 --- a/src/script/run_tox.sh +++ b/src/script/run_tox.sh @@ -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" "$@" } -- 2.39.5