Skip to content

Commit 51e6e55

Browse files
committed
fix test dependencies
1 parent 6ef1d3e commit 51e6e55

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dodo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def task_test():
2727
}
2828

2929
def task_install_test_deps():
30-
test_deps = ['matplotlib', 'sympy', 'pytest-cov']
30+
test_deps = ['matplotlib', 'sympy', 'pytest-cov', 'pytest-mock', 'nbdime']
3131
return {
3232
'actions': [_make_cmd(['pip', 'install'] + test_deps)],
3333
}

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
},
2323
install_requires = [
2424
'pytest >= 2.8',
25-
'pytest-mock',
2625
'jupyter_client',
2726
'nbformat',
2827
'ipykernel',

0 commit comments

Comments
 (0)