From bba671cf8df8dfadeec926acb7a3d15d07946dc7 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 17 Aug 2017 17:11:04 +0200 Subject: testsuite: Use cheetah3 if possible cheetah3 is a fork of cheetah for Python2.7 and Python3. --- testsuite/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testsuite/install.sh b/testsuite/install.sh index 4ea811de0..d2fd20acb 100755 --- a/testsuite/install.sh +++ b/testsuite/install.sh @@ -25,13 +25,13 @@ else cherrypy python-augeas nose-show-skipped if [[ ${PYVER:0:1} == "2" ]]; then - pip_wheel cheetah m2crypto guppy + pip_wheel m2crypto guppy fi if [[ $PYVER == "2.6" ]]; then - pip_wheel 'django<1.7' 'South<0.8' 'mercurial<4.3' + pip_wheel 'django<1.7' 'South<0.8' 'mercurial<4.3' cheetah else - pip_wheel django mercurial + pip_wheel django mercurial cheetah3 fi fi fi -- cgit v1.2.3-1-g7c22