From 74f37ee90939e3deb811fe4e44c9aeda4180c87e Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 17 Aug 2017 17:09:14 +0200 Subject: testsuite: guppy does not support Python3 --- testsuite/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite/install.sh') 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 -- cgit v1.2.3-1-g7c22