Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions dodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ def task_test():
}

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