Add coverage[toml] dependency to fix coverage on CI (#271)

This commit is contained in:
Teemu R
2021-12-13 18:40:50 +01:00
committed by GitHub
parent 6aea09fc44
commit 62c9f0ae64
2 changed files with 17 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ tox = "*"
pytest-mock = "^3"
codecov = "^2"
xdoctest = "^0"
coverage = {version = "^6", extras = ["toml"]}
[tool.poetry.extras]
docs = ["sphinx", "sphinx_rtd_theme", "m2r", "mistune", "sphinxcontrib-programoutput"]