Skip to content

Commit 2a1062b

Browse files
committed
poetry: Lock pytest-cov
1 parent e0358e2 commit 2a1062b

File tree

2 files changed

+92
-51
lines changed

2 files changed

+92
-51
lines changed

poetry.lock

Lines changed: 88 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,7 @@ twine = "*"
4040
codecov = "*"
4141
colorama = "*"
4242
coverage = "*"
43-
pytest-cov = "*"
43+
pytest-cov = [
44+
{version="<2.10.0", python="<3"},
45+
{version="*", python=">=3"}
46+
]

0 commit comments

Comments
 (0)