From 02138c60cc0289ef275802db22b970641604c177 Mon Sep 17 00:00:00 2001 From: Sebastian Goscik Date: Thu, 30 Jun 2016 17:27:56 +0100 Subject: [PATCH] Added mock as a dependency for unit tests --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1a6e48f4..31221afe 100644 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ params = dict( ], extras_require={ 'other': ['jinja2', 'pandas>=0.13.1'], - 'test': ['nose'], + 'test': ['nose', 'mock'], 'mongodb': ['pymongo'], 'notify': ['notify2'], 'doc': ['sphinx'],