Skip to content

Commit

Permalink
Merge pull request #15 from kinow/dependabot/pip/coverage-gte-5.3-and…
Browse files Browse the repository at this point in the history
…-lt-5.6

Update coverage requirement from ==5.3.* to >=5.3,<5.6
  • Loading branch information
kinow committed Mar 13, 2021
2 parents 8d04365 + 054bf29 commit 8da6d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def read(*parts):

tests_require = [
'codecov==2.1.*',
'coverage==5.3.*',
'coverage>=5.3,<5.6',
'pytest-cov==2.10.*',
'pytest==6.1.*',
'pycodestyle==2.6.*'
Expand Down

0 comments on commit 8da6d3f

Please sign in to comment.