mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-01 19:02:31 +01:00
Added mock as a dependency for unit tests
This commit is contained in:
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'],
|
||||||
|
Reference in New Issue
Block a user