Skip to content

Commit

Permalink
Pin coverage to <5 (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLorenzo authored Jan 8, 2020
1 parent eeff110 commit 272aec6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@

tests_require = [
"asyncio_extras",
"coverage>=4.2",
# TODO Remove the condition on coverage once
# https://github.com/z4r/python-coveralls/issues/73 is fixed
"coverage<5",
"flake8",
"flake8_docstrings",
"mock",
Expand Down
8 changes: 6 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ passenv =
deps =
aiohttp>=3
asyncio_extras
coverage>=4.2
# TODO Remove the condition on coverage once
# https://github.com/z4r/python-coveralls/issues/73 is fixed
coverage<5
flake8
pydocstyle==3.0.0
flake8_docstrings
Expand Down Expand Up @@ -53,7 +55,9 @@ passenv =
COVERALLS_SERVICE_NAME
deps=
python-coveralls
coverage>=4.2
# TODO Remove the condition on coverage once
# https://github.com/z4r/python-coveralls/issues/73 is fixed
coverage<5
commands=
coveralls

Expand Down

0 comments on commit 272aec6

Please sign in to comment.