Skip to content

Commit

Permalink
Mitigated the coveralls HTTP status 422
Browse files Browse the repository at this point in the history
Details:

* coveralls-python 3.0.0 has an issue whereby the coveralls.io site responds with
  HTTP status 422. Mitigated this by pinning coveralls-python to <3.0.0.
  See also TheKevJames/coveralls-python#252.

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
  • Loading branch information
andy-maier committed Jan 15, 2021
1 parent df37051 commit e3b3dcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ coverage>=5.0; python_version == '2.7' or python_version >= '3.5'
pytest-cov>=2.7.0; python_version == '2.7' or python_version >= '3.5'
# coveralls 2.0 has removed support for Python 2.7 and 3.4
git+https://github.com/andy-maier/coveralls-python.git@andy/add-py27#egg=coveralls; python_version == '2.7'
coveralls>=2.1.2; python_version >= '3.5'
coveralls>=2.1.2,<3.0.0; python_version >= '3.5'

# Safety CI by pyup.io
# safety 1.9.0 removed support for Python 2.7 and 3.4 (and now also enforces that)
Expand Down
3 changes: 3 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ Released: not yet
* Docs: Fixed incorrect removal of 'off' value for the --log option that was
done in version 0.8.1.

* Mitigated the coveralls HTTP status 422 by pinning coveralls-python to
<3.0.0.

**Enhancements:**

**Cleanup:**
Expand Down

0 comments on commit e3b3dcd

Please sign in to comment.