Skip to content

Commit

Permalink
Explcicitly add coverage with toml extra
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Dec 3, 2023
1 parent 0f99b5b commit 1587fd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ python = "^3.8"
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.3"
pytest-cov = "^4.1.0"
coverage = {extras = ["toml"], version = "^7.3.2"}
flake8 = { version = "^6.1.0", python = "^3.8.1"}

[build-system]
Expand Down

0 comments on commit 1587fd0

Please sign in to comment.