summaryrefslogtreecommitdiff
path: root/tests/requirements
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-01-19 12:16:04 -0500
committerTim Graham <timograham@gmail.com>2017-01-20 08:17:20 -0500
commit7aba69145dcb436539a7798086748b73a39121e5 (patch)
tree8f1f4edeec13f02916366e8c961c3028ec0b6560 /tests/requirements
parent042b7350a080cc964f913faf1cf7f0097f650a58 (diff)
downloaddjango-7aba69145dcb436539a7798086748b73a39121e5.tar.gz
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Diffstat (limited to 'tests/requirements')
-rw-r--r--tests/requirements/py2.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/requirements/py2.txt b/tests/requirements/py2.txt
deleted file mode 100644
index 0ed845bb7e..0000000000
--- a/tests/requirements/py2.txt
+++ /dev/null
@@ -1,5 +0,0 @@
--r base.txt
-enum34
-# Due to https://github.com/linsomniac/python-memcached/issues/79 in newer versions.
-python-memcached <= 1.53
-mock