Skip to content

Commit 26c6a4e

Browse files
authored
Add test dependencies to pyproject.toml (#225)
1 parent 0d9b23c commit 26c6a4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@ optional = true
3333

3434
[tool.poetry.group.docs.dependencies]
3535
pdoc3 = "0.10.0"
36+
37+
[tool.poetry.group.test.dependencies]
38+
pytest = "7.4.0"
39+
coverage = "7.2.7"

0 commit comments

Comments
 (0)