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:07:11 -0400
commit12a62e7e4b8e6d1136aa4457619449cbbcf9dd7c (patch)
tree1ae7c3b014d7cf9ab2b48db28c6a760af2a228a9
parent4d886db078a9a87fe5edf082913a78884ab67998 (diff)
Added a version requirement to python-memcached in test requirements.
-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 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