Skip to content

Commit

Permalink
Pin coverage < 5.0
Browse files Browse the repository at this point in the history
There is an incompatibility with the nbval package:
computationalmodelling/nbval#129
  • Loading branch information
goerz committed Dec 14, 2019
1 parent afc5c44 commit ac79cd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ def get_version(filename):
dev_requirements = [
'better-apidoc==0.3.1',
'click',
'coverage',
'coverage<5.0',
# https://github.com/computationalmodelling/nbval/issues/129
'flake8',
'gitpython',
'isort',
Expand Down

0 comments on commit ac79cd5

Please sign in to comment.