diff --git a/dev-requirements.txt b/dev-requirements.txt index 9c5e8418..e032cf77 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -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) diff --git a/docs/changes.rst b/docs/changes.rst index 13c5753c..98a366b2 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -41,6 +41,8 @@ Released: not yet for instance get and instance delete. This was a test setup issue and not a code issue. (see issue # 387) +* Mitigated the coveralls HTTP status 422 by pinning coveralls-python to + <3.0.0. **Enhancements:**