1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-21 20:38:57 +00:00

Added mock as a dependency for unit tests

This commit is contained in:
Sebastian Goscik 2016-06-30 17:27:56 +01:00
parent e0e4f389b9
commit 02138c60cc

View File

@ -82,7 +82,7 @@ params = dict(
], ],
extras_require={ extras_require={
'other': ['jinja2', 'pandas>=0.13.1'], 'other': ['jinja2', 'pandas>=0.13.1'],
'test': ['nose'], 'test': ['nose', 'mock'],
'mongodb': ['pymongo'], 'mongodb': ['pymongo'],
'notify': ['notify2'], 'notify': ['notify2'],
'doc': ['sphinx'], 'doc': ['sphinx'],