Skip to content

Commit

Permalink
Pin coverage to 4.5.4 (#5224)
Browse files Browse the repository at this point in the history
* Add pin coverage to 4.5.4

* Cleanup

* Update __init__.py
  • Loading branch information
AlexandreYang authored and ofek committed Dec 17, 2019
1 parent c626ec0 commit 04f53e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datadog_checks_dev/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


REQUIRES = [
'coverage>=4.5.1',
'coverage==4.5.4', # pinned due to https://github.com/nedbat/coveragepy/issues/883
'mock',
'psutil',
'PyYAML>=5.1',
Expand Down

0 comments on commit 04f53e2

Please sign in to comment.