8000 Add coverage[toml] dependency to fix coverage on CI (#271) · allandaly/python-kasa@62c9f0a · GitHub
[go: up one dir, main page]

Skip to content

Commit 62c9f0a

Browse files
authored
Add coverage[toml] dependency to fix coverage on CI (python-kasa#271)
1 parent 6aea09f commit 62c9f0a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

poetry.lock

Lines changed: 16 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ tox = "*"
3838
pytest-mock = "^3"
3939
codecov = "^2"
4040
xdoctest = "^0"
41+
coverage = {version = "^6", extras = ["toml"]}
4142

4243
[tool.poetry.extras]
4344
docs = ["sphinx", "sphinx_rtd_theme", "m2r", "mistune", "sphinxcontrib-programoutput"]

0 commit comments

Comments
 (0)
0