Skip to content

Commit

Permalink
Change coveralls pin to avoid the version with the regression. 1.11.1…
Browse files Browse the repository at this point in the history
… is released which fixed the regression introduced in 1.11.0 per https://github.com/coveralls-clients/coveralls-python/releases/tag/1.11.1
  • Loading branch information
mcdonnnj committed Feb 16, 2020
1 parent 6a7210c commit d59f5f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ def package_vars(version_file):
"test": [
"pre-commit",
# coveralls 1.11.0 added a service number for calls from
# GitHub Actions. When run this resulted in a 422 response from the
# coveralls API with the message:
# GitHub Actions. This caused a regression which resulted in a 422
# response from the coveralls API with the message:
# Unprocessable Entity for url: https://coveralls.io/api/v1/jobs
# Temporarily pinning coveralls to before this version until this
# issue is resolved.
"coveralls @ git+https://github.com/coveralls-clients/coveralls-python.git@fix-github-actions",
# 1.11.1 fixed this issue, but to ensure expected behavior we'll pin
# to never grab the regression version.
"coveralls != 1.11.0",
"coverage",
"pytest-cov",
"pytest",
Expand Down

0 comments on commit d59f5f9

Please sign in to comment.