From 770b9ea77fb5e39d616e62b54c06755e6d4f4d36 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 18 Dec 2017 10:37:43 -1000 Subject: [PATCH] Fixed #25277 -- Restored test dependency to the original python-memcached. --- tests/requirements/py3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt index 045c68ab40f..ec805508582 100644 --- a/tests/requirements/py3.txt +++ b/tests/requirements/py3.txt @@ -7,7 +7,7 @@ numpy Pillow # pylibmc/libmemcached can't be built on Windows. pylibmc; sys.platform != 'win32' -python3-memcached +python-memcached >= 1.59 pytz PyYAML selenium