summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2019-05-08 21:41:11 +0200
committerAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2019-05-08 21:41:11 +0200
commit0770075e38442070c771f769ed8b0ce19636182d (patch)
treeb79a997129c70f07fbbbd70c0eb9535351791633
parentb9fe3b5906991be5bbcde368e50c35fade12caca (diff)
downloadbcfg2-0770075e38442070c771f769ed8b0ce19636182d.tar.gz
bcfg2-0770075e38442070c771f769ed8b0ce19636182d.tar.bz2
bcfg2-0770075e38442070c771f769ed8b0ce19636182d.zip
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 <module> > 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 <module> > from google_compute_engine import logger > ImportError: No module named google_compute_engine
-rwxr-xr-xtestsuite/install.sh3
1 files changed, 2 insertions, 1 deletions
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 \