diff --git a/setup.py b/setup.py index e4d89c7..0dd05ce 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ 'jupyter_client', 'nbformat', 'ipykernel', - 'coverage' + 'coverage < 5', # until gh-129 is fixed ], classifiers = [ 'Framework :: IPython',