From 120be9b6c007ba8f340ef5644f2a1ffc9f472afa Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 17 Sep 2015 14:42:38 -0400 Subject: [PATCH] [1.8.x] Added a version requirement to python-memcached in test requirements. Backport of 12a62e7e4b8e6d1136aa4457619449cbbcf9dd7c from master --- tests/requirements/py2.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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