From 5556996cc1f8120f27adf7dcf00713398bc6f9a3 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Mon, 20 May 2013 09:08:39 -0400 Subject: testsuite: Genshi is no longer optional --- testsuite/install.sh | 2 +- testsuite/requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'testsuite') diff --git a/testsuite/install.sh b/testsuite/install.sh index 817ed5911..1e0acbad6 100755 --- a/testsuite/install.sh +++ b/testsuite/install.sh @@ -7,7 +7,7 @@ pip install -r testsuite/requirements.txt --use-mirrors PYVER=$(python -c 'import sys;print(".".join(str(v) for v in sys.version_info[0:2]))') if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then - pip install --use-mirrors genshi PyYAML pyinotify + pip install --use-mirrors PyYAML pyinotify if [[ $PYVER == "2.5" ]]; then # markdown 2.2+ doesn't work on py2.5 pip install --use-mirrors simplejson 'markdown<2.2' diff --git a/testsuite/requirements.txt b/testsuite/requirements.txt index 2d6dbc557..c76466cfe 100644 --- a/testsuite/requirements.txt +++ b/testsuite/requirements.txt @@ -5,3 +5,4 @@ sphinx pylint pep8 python-daemon +genshi -- cgit v1.2.3-1-g7c22