Skip to content

Commit 3299cc6

Browse files
authored
Merge pull request #215 from andife/patch-3
Update dodo.py; remove not necessary dependency
2 parents ca1b73f + 79e2f7c commit 3299cc6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dodo.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ def task_test():
2727
}
2828

2929
def task_install_test_deps():
30-
# ipython_genutils is an indirect dependency of nbdime, but can be removed from this list
31-
# once https://github.com/jupyter/nbdime/pull/618 ends up in a release
32-
test_deps = ['matplotlib', 'sympy', 'pytest-cov', 'pytest-mock', 'nbdime', 'ipython_genutils']
30+
test_deps = ['matplotlib', 'sympy', 'pytest-cov', 'pytest-mock', 'nbdime']
3331
return {
3432
'actions': [_make_cmd(['pip', 'install'] + test_deps)],
3533
}

0 commit comments

Comments
 (0)