We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca1b73f + 79e2f7c commit 3299cc6Copy full SHA for 3299cc6
1 file changed
dodo.py
@@ -27,9 +27,7 @@ def task_test():
27
}
28
29
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']
+ test_deps = ['matplotlib', 'sympy', 'pytest-cov', 'pytest-mock', 'nbdime']
33
return {
34
'actions': [_make_cmd(['pip', 'install'] + test_deps)],
35
0 commit comments