Fix #6140: Use unittest.mock instead of mock

This commit is contained in:
Takeshi KOMIYA
2019-03-07 23:35:36 +09:00
parent 177246a49e
commit 65970a3033
15 changed files with 25 additions and 24 deletions

View File

@@ -39,7 +39,6 @@ extras_require = {
'colorama>=0.3.5',
],
'test': [
'mock',
'pytest',
'pytest-cov',
'html5lib',