From 65970a3033cab10da15342969ba023be76e904ea Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Thu, 7 Mar 2019 23:35:36 +0900 Subject: Fix #6140: Use unittest.mock instead of mock --- setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 79c466321..eccceebb3 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,6 @@ extras_require = { 'colorama>=0.3.5', ], 'test': [ - 'mock', 'pytest', 'pytest-cov', 'html5lib', -- cgit v1.2.3