Skip to content

Commit

Permalink
pin pytest-cov to specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
Seb Martin committed Apr 10, 2019
1 parent 28dc9a5 commit 16f2832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -46,7 +46,7 @@ def get_version():
'mock',
'pycodestyle == 2.2.0',
'pylint>=1.7.1,<1.8',
'pytest-cov>=2.4.0,<2.6', # pinned, see https://github.com/z4r/python-coveralls/issues/66
'pytest-cov == 2.5.1', # pinned, see https://github.com/z4r/python-coveralls/issues/66
'pytest-randomly',
'pytest>=3.0',
'requests-mock',
Expand Down

0 comments on commit 16f2832

Please sign in to comment.