summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-09-17 14:42:38 -0400
committerTim Graham <timograham@gmail.com>2015-09-17 15:12:06 -0400
commitfc94944183f1f1325824ee0ef1f49d737ec86d4a (patch)
treee6413035c05df84ba9ca62b155bf464491a24e13
parent5c603a178b725dc6b6f69522b08a42967632b0a6 (diff)
downloaddjango-fc94944183f1f1325824ee0ef1f49d737ec86d4a.tar.gz
[1.7.x] Added a version requirement to python-memcached in test requirements.
Backport of 12a62e7e4b8e6d1136aa4457619449cbbcf9dd7c from master
-rw-r--r--tests/requirements/py2.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/requirements/py2.txt b/tests/requirements/py2.txt
index a9f6804039..b77ddd8306 100644
--- a/tests/requirements/py2.txt
+++ b/tests/requirements/py2.txt
@@ -1,2 +1,3 @@
-r base.txt
-python-memcached
+# Due to https://github.com/linsomniac/python-memcached/issues/79 in newer versions.
+python-memcached <= 1.53