summaryrefslogtreecommitdiffstats
path: root/testsuite/install.sh
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-03-26 22:12:20 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-03-26 22:12:20 -0400
commitbc35aa70ab8794b73019d90a41eb252fbb80ff52 (patch)
tree3cce934901374c67c1f56d5841643028dc058ae6 /testsuite/install.sh
parent0fae9849fd7047c299468fd6728db56d6861ee12 (diff)
downloadbcfg2-bc35aa70ab8794b73019d90a41eb252fbb80ff52.tar.gz
bcfg2-bc35aa70ab8794b73019d90a41eb252fbb80ff52.tar.bz2
bcfg2-bc35aa70ab8794b73019d90a41eb252fbb80ff52.zip
testsuite: fixed more unit test stuff
Diffstat (limited to 'testsuite/install.sh')
-rwxr-xr-xtestsuite/install.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/install.sh b/testsuite/install.sh
index c6249002d..817ed5911 100755
--- a/testsuite/install.sh
+++ b/testsuite/install.sh
@@ -9,7 +9,8 @@ PYVER=$(python -c 'import sys;print(".".join(str(v) for v in sys.version_info[0:
if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then
pip install --use-mirrors genshi PyYAML pyinotify
if [[ $PYVER == "2.5" ]]; then
- pip install --use-mirrors simplejson
+ # markdown 2.2+ doesn't work on py2.5
+ pip install --use-mirrors simplejson 'markdown<2.2'
fi
if [[ ${PYVER:0:1} == "2" ]]; then
# django supports py3k, but South doesn't, and the django bits