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:10:13 -0400
commit120be9b6c007ba8f340ef5644f2a1ffc9f472afa (patch)
tree2a23226d0b6f6216dced088b6ce671c65714000f
parent52c1212726a49f14cf4c70f72bbf9b87524c330d (diff)
[1.8.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