X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4fa9d36bff13040b86c60490614b5e124f5a5606..63b1a5c12557bb11505f9dcfcc955f328b51e118:/build/run-tests.sh diff --git a/build/run-tests.sh b/build/run-tests.sh index 2bcfbb84d2..ad800dfd07 100755 --- a/build/run-tests.sh +++ b/build/run-tests.sh @@ -90,6 +90,7 @@ lib/dispatchcloud/container lib/dispatchcloud/scheduler lib/dispatchcloud/ssh_executor lib/dispatchcloud/worker +lib/mount lib/service services/api services/arv-git-httpd @@ -647,8 +648,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. @@ -1099,6 +1100,7 @@ install_deps() { do_install sdk/cli do_install sdk/perl do_install sdk/python pip + do_install sdk/python pip3 do_install sdk/ruby do_install services/api do_install services/arv-git-httpd go