From: Tom Clegg Date: Thu, 13 Feb 2020 02:47:44 +0000 (-0500) Subject: 16039: Install missing python dep. X-Git-Tag: 2.1.0~298^2~1 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/3d22ea5b14644b8b66556fb5db5f41a6d84374d5 16039: Install missing python dep. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- 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.