Skip to content

Commit

Permalink
Merge pull request #28 from cisagov/dependabot/pip/coverage-lt-6.0
Browse files Browse the repository at this point in the history
Update coverage requirement from <5.0 to <6.0
  • Loading branch information
hillaryj committed Oct 27, 2020
2 parents be078ea + 99dc30c commit ab17b77
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,7 @@ def package_vars(version_file):
"test": [
"pre-commit",
"coveralls",
# coveralls does not currently support coverage 5.0
# https://github.com/coveralls-clients/coveralls-python/issues/203
# is the issue for this on the coveralls project
"coverage < 5.0",
"coverage < 6.0",
"pytest-cov",
"pytest",
]
Expand Down

0 comments on commit ab17b77

Please sign in to comment.