Skip to content

Commit

Permalink
downgrade coverage version
Browse files Browse the repository at this point in the history
  • Loading branch information
RLKRo committed Nov 15, 2024
1 parent 99347e6 commit 7a8c5cc
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 33 deletions.
96 changes: 64 additions & 32 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 @@ -109,8 +109,9 @@ requests = "*"
idna = "*"
pytest = "*"
pytest-cov = "*"
coverage = { version = "!=7.3.3", extras = ["toml"] }
coverage = { version = "!=7.3.3,!=7.6.6", extras = ["toml"] }
# Coverage 7.3.3 breaks pragma: no cover -- https://github.com/nedbat/coveragepy/issues/1713
# Unable to find coverage 7.6.6 on python 3.9
pytest-asyncio = "*"
pytest-virtualenv = "*"
sniffio = "*"
Expand Down

0 comments on commit 7a8c5cc

Please sign in to comment.