Skip to content

Commit db0ae92

Browse files
committed
chore: Fix missing pytest-cov dependency
1 parent 12146c4 commit db0ae92

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

poetry.lock

Lines changed: 24 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
@@ -30,6 +30,7 @@ ipython = "^7.3"
3030
isort = { version = "^4.3", extras = ["pyproject"] }
3131
jinja2-cli = { git = "https://github.com/mattrobenolt/jinja2-cli.git" }
3232
pytest = "^4.3"
33+
pytest-cov = "^2.6"
3334
pytest-sugar = "^0.9.2"
3435
pytest-xdist = "^1.26"
3536
recommonmark = "^0.5.0"

0 commit comments

Comments
 (0)