summaryrefslogtreecommitdiff
path: root/tests/requirements
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2022-01-10 00:39:15 -0500
committerGitHub <noreply@github.com>2022-01-10 06:39:15 +0100
commit3430093a4698b640aa9e501ce2a02e090e77f7ae (patch)
tree330b069f7d1070af4372be6c9151820d38ab808e /tests/requirements
parent2a66c102d9c674fadab252a28d8def32a8b626ec (diff)
downloaddjango-3430093a4698b640aa9e501ce2a02e090e77f7ae.tar.gz
Refs #32193 -- Removed python-memcached from test requirements.
Follow up to 05f3a6186efefc9fca2204a745b992501c6fd91f.
Diffstat (limited to 'tests/requirements')
-rw-r--r--tests/requirements/py3.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/requirements/py3.txt b/tests/requirements/py3.txt
index dccda6b8c3..7ce1ca9b2e 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