From c9ad85803382481a5f6085006bd10987e7c180e9 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 27 Dec 2023 14:22:20 +0100 Subject: [PATCH] [3.2.x] Pinned python-memcached == 1.59 in test requirements. python-memcached 1.60 made breaking changes, e.g. _deletetouch() has been removed. --- 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 0d754eafaa..6c8ef80510 100644 --- a/tests/requirements/py3.txt +++ b/tests/requirements/py3.txt @@ -12,7 +12,7 @@ Pillow >= 6.2.0 pylibmc; sys.platform != 'win32' pymemcache >= 3.4.0 # RemovedInDjango41Warning. -python-memcached >= 1.59 +python-memcached == 1.59 pytz pywatchman; sys.platform != 'win32' PyYAML