From a4b17a154e17c25988b4f30950f7c14cae3f4131 Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Thu, 21 Nov 2024 20:31:31 +0300 Subject: [PATCH] mock is part of unittest Previous commit has removed all references to mock. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 40b6ec0..da2ea2e 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ ], extras_require={ ':sys_platform=="win32"': ["pywin32"], - "dev": ["mock", "treq", "tox", "pyflakes"], + "dev": ["treq", "tox", "pyflakes"], "release": ["dulwich", "docutils", "gpg", "wheel"], }, test_suite="wormhole_mailbox_server.test",