Skip to content

Commit

Permalink
downgrade packages to make python-coveralls work
Browse files Browse the repository at this point in the history
If this becomes an issue, just ditch python-coveralls
  • Loading branch information
bfontaine committed Apr 1, 2023
1 parent 81af00a commit b7b0bd4
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 68 deletions.
109 changes: 42 additions & 67 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ mypy = "^1"
pytest = "^7.2.2"
sphinx = "^6.1.3"
requests-mock = "^1.10.0"
pytest-cov = "^4.0.0"
python-coveralls = "^2.9.3"
coverage = "4.5.4"
pytest-cov = "2.10.1"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit b7b0bd4

Please sign in to comment.