summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJoe Gordon <jogo@pinterest.com>2021-05-27 09:53:42 -0700
committerJoe Gordon <jogo@pinterest.com>2021-07-20 11:46:07 -0700
commit00f3dd5edbb208c17e096ae858ac9f181c1c144a (patch)
treed26f573973e56927a29d796da6313148644848ee /test-requirements.txt
parent0bf1baa4f539dedf8e4e4b2e48f8da5d66ed57b5 (diff)
downloadpymemcache-00f3dd5edbb208c17e096ae858ac9f181c1c144a.tar.gz
Remove PY2 specific imports and tests
* future was needed for some python 2 specific tests * use mock from unittest.mock instead of the 3rd party mock library
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index fccd6ea..dceb81f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,5 +1,3 @@
-future
-mock
pytest
pytest-cov
gevent==20.9.0; "PyPy" not in platform_python_implementation