Skip to content

Commit ad1438b

Browse files
authored
Merge pull request #130 from eric-wieser/patch-1
Mark nbval as incompatible with coverage 5.0.0
2 parents 65832c8 + 29f029b commit ad1438b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'jupyter_client',
2727
'nbformat',
2828
'ipykernel',
29-
'coverage'
29+
'coverage < 5', # until gh-129 is fixed
3030
],
3131
classifiers = [
3232
'Framework :: IPython',

0 commit comments

Comments
 (0)