Skip to content

Commit af9b8b7

Browse files
Fix pytest-cov error
1 parent a0b2009 commit af9b8b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_version(filename):
2121
requirements = []
2222

2323
dev_requirements = [
24-
'coverage', 'pytest', 'pytest-cov', 'pytest-xdist', 'twine', 'pep8',
24+
'coverage', 'pytest', 'pytest-cov==2.5.0', 'pytest-xdist', 'twine', 'pep8',
2525
'flake8', 'wheel', 'sphinx', 'sphinx-autobuild', 'sphinx_rtd_theme']
2626

2727
version = get_version('./src/doi/__init__.py')

0 commit comments

Comments
 (0)