From 3d22ea5b14644b8b66556fb5db5f41a6d84374d5 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Wed, 12 Feb 2020 21:47:44 -0500 Subject: [PATCH] 16039: Install missing python dep. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- build/run-tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/run-tests.sh b/build/run-tests.sh index 43dd3f4eb1..c4c5335596 100755 --- a/build/run-tests.sh +++ b/build/run-tests.sh @@ -647,8 +647,8 @@ install_env() { . "$VENVDIR/bin/activate" # Needed for run_test_server.py which is used by certain (non-Python) tests. - pip install --no-cache-dir PyYAML future \ - || fatal "pip install PyYAML failed" + pip install --no-cache-dir PyYAML future httplib2 \ + || fatal "`pip install PyYAML future httplib2` failed" # Preinstall libcloud if using a fork; otherwise nodemanager "pip # install" won't pick it up by default. -- 2.30.2