From 0770075e38442070c771f769ed8b0ce19636182d Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 8 May 2019 21:41:11 +0200 Subject: testsuite: boto requires google_compute_engine At least with pythn2.6 boto requires google_compute_engine: > Traceback (most recent call last): > File ".../site-packages/boto/__init__.py", line 1216, in > boto.plugin.load_plugins(config) > File ".../site-packages/boto/plugin.py", line 93, in load_plugins > _import_module(file) > File ".../site-packages/boto/plugin.py", line 75, in _import_module > return imp.load_module(name, file, filename, data) > File ".../dist-packages/google_compute_engine/boto/compute_auth.py", line 19, in > from google_compute_engine import logger > ImportError: No module named google_compute_engine --- testsuite/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testsuite') diff --git a/testsuite/install.sh b/testsuite/install.sh index 41ed1f6e6..fc027de31 100755 --- a/testsuite/install.sh +++ b/testsuite/install.sh @@ -27,7 +27,8 @@ else fi if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then - pip_wheel pyinotify boto pylibacl Jinja2 cherrypy nose-show-skipped + pip_wheel pyinotify boto pylibacl Jinja2 cherrypy nose-show-skipped \ + google_compute_engine if [[ $PYVER == "2.6" ]]; then pip install \ -- cgit v1.2.3-1-g7c22