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:
parent
e0e4f389b9
commit
02138c60cc
2
setup.py
2
setup.py
@ -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'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user