From 12a62e7e4b8e6d1136aa4457619449cbbcf9dd7c Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 17 Sep 2015 14:42:38 -0400 Subject: [PATCH] Added a version requirement to python-memcached in test requirements. --- 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 abce38c39c..3bfc36436d 100644 --- a/tests/requirements/py2.txt +++ b/tests/requirements/py2.txt @@ -1,3 +1,4 @@ -r base.txt -python-memcached +# Due to https://github.com/linsomniac/python-memcached/issues/79 in newer versions. +python-memcached <= 1.53 mock