summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtestsuite/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/install.sh b/testsuite/install.sh
index 494a6f0a1..4d25c830c 100755
--- a/testsuite/install.sh
+++ b/testsuite/install.sh
@@ -5,7 +5,7 @@
pip install -r testsuite/requirements.txt --use-mirrors
if [[ "$WITH_OPTIONAL_DEPS" == "yes" ]]; then
- pip install --use-mirrors genshi cheetah django<1.4 M2Crypto
+ pip install --use-mirrors genshi cheetah 'django<1.4' M2Crypto
else
# python < 2.6 requires M2Crypto for SSL communication, not just
# for encryption support