summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2017-08-17 17:09:14 +0200
committerAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2017-08-17 23:03:42 +0200
commit74f37ee90939e3deb811fe4e44c9aeda4180c87e (patch)
tree68fca784f982795147cc0501812b207460496784
parentd4e6925334c2db366dca85bf04b38ecf73a5af70 (diff)
downloadbcfg2-74f37ee90939e3deb811fe4e44c9aeda4180c87e.tar.gz
bcfg2-74f37ee90939e3deb811fe4e44c9aeda4180c87e.tar.bz2
bcfg2-74f37ee90939e3deb811fe4e44c9aeda4180c87e.zip
testsuite: guppy does not support Python3
-rwxr-xr-xtestsuite/install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/install.sh b/testsuite/install.sh
index b8220d217..4ea811de0 100755
--- a/testsuite/install.sh
+++ b/testsuite/install.sh
@@ -21,11 +21,11 @@ else
fi
if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then
- pip_wheel PyYAML pyinotify boto pylibacl Jinja2 guppy \
+ pip_wheel PyYAML pyinotify boto pylibacl Jinja2 \
cherrypy python-augeas nose-show-skipped
if [[ ${PYVER:0:1} == "2" ]]; then
- pip_wheel cheetah m2crypto
+ pip_wheel cheetah m2crypto guppy
fi
if [[ $PYVER == "2.6" ]]; then