Skip to content

Commit 60f8554

Browse files
committed
"pytest-cov" is needed to run e.g. "uv run pytest"
1 parent 78aca82 commit 60f8554

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ dependencies = [
2525
"sphinx",
2626
"pytest",
2727
"pandas",
28-
"tables"
28+
"tables",
29+
"pytest-cov",
2930
]
3031

3132
[project.optional-dependencies]

0 commit comments

Comments
 (0)