Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-03-07 17:35:36 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-03-09 09:16:04 +0300
commit65970a3033cab10da15342969ba023be76e904ea (patch)
treee7b054c64a09a8195486ab6580d875a0d61da93d /setup.py
parent177246a49ee7b1db1577c6350875b16721df0e31 (diff)
Fix #6140: Use unittest.mock instead of mock
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
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',