Skip to content

Commit

Permalink
Add coverage to development dependencies in pyproject.toml and requir…
Browse files Browse the repository at this point in the history
…ements-dev.txt.
  • Loading branch information
gvos94 committed Oct 10, 2024
1 parent d6829e9 commit be94138
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = ['typing-extensions >=4.6.0,!=4.7.0']
dynamic = ['readme', 'version']

[project.optional-dependencies]
dev = ["mypy==1.11.0", "pytest==8.3.1", "pytest-cov==5.0.0", "ruff==0.5.4"]
dev = ["mypy==1.11.0", "pytest==8.3.1", "pytest-cov==5.0.0", "ruff==0.5.4", "coverage==7.6.1"]

[project.urls]
Homepage = "https://github.com/penberg/limbo"
Expand Down
4 changes: 3 additions & 1 deletion bindings/python/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
coverage==7.6.1
# via pytest-cov
# via
# limbo (pyproject.toml)
# pytest-cov
iniconfig==2.0.0
# via pytest
mypy==1.11.0
Expand Down

0 comments on commit be94138

Please sign in to comment.