Skip to content

Commit

Permalink
Revert "pin pytest-cov to specific version"
Browse files Browse the repository at this point in the history
This reverts commit 16f2832.
  • Loading branch information
Seb Martin committed Apr 10, 2019
1 parent 7ec4e95 commit 6168299
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.5.1', # pinned, see https://github.com/z4r/python-coveralls/issues/66
'pytest-cov>=2.4.0,<2.6', # pinned, see https://github.com/z4r/python-coveralls/issues/66
'pytest-randomly',
'pytest>=3.0',
'requests-mock',
Expand Down

0 comments on commit 6168299

Please sign in to comment.