From 3430093a4698b640aa9e501ce2a02e090e77f7ae Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Mon, 10 Jan 2022 00:39:15 -0500 Subject: [PATCH] Refs #32193 -- Removed python-memcached from test requirements. Follow up to 05f3a6186efefc9fca2204a745b992501c6fd91f. --- tests/requirements/py3.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt index dccda6b8c3d..7ce1ca9b2e7 100644 --- a/tests/requirements/py3.txt +++ b/tests/requirements/py3.txt @@ -11,8 +11,6 @@ Pillow >= 6.2.0 # pylibmc/libmemcached can't be built on Windows. pylibmc; sys.platform != 'win32' pymemcache >= 3.4.0 -# RemovedInDjango41Warning. -python-memcached >= 1.59 pytz pywatchman; sys.platform != 'win32' PyYAML