16039: Install missing python dep.
authorTom Clegg <tom@tomclegg.ca>
Thu, 13 Feb 2020 02:47:44 +0000 (21:47 -0500)
committerTom Clegg <tom@tomclegg.ca>
Thu, 13 Feb 2020 02:47:44 +0000 (21:47 -0500)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@tomclegg.ca>

build/run-tests.sh

index 43dd3f4eb1c605593e2123987c7a191ba9f793a1..c4c5335596a569d54f2a25c7414240baa9e2c4af 100755 (executable)
@@ -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.