Skip to content

Commit 80bc57f

Browse files
committed
Add pytest-cov and pytest-image-diff as test dependencies
1 parent 95daf1e commit 80bc57f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ classifiers = [
3838
dynamic = ["version"]
3939
requires-python = ">=3.8,<4"
4040

41+
[project.optional-dependencies]
42+
test = [
43+
"pytest-cov",
44+
"pytest-image-diff"
45+
]
46+
4147
[project.urls]
4248
Homepage = "https://github.com/labelle-org/labelle"
4349
source = "https://github.com/labelle-org/labelle"
@@ -77,6 +83,8 @@ python =
7783
3.12: py312
7884
7985
[testenv]
86+
deps =
87+
.[test]
8088
commands =
8189
pip check
8290
pip freeze

0 commit comments

Comments
 (0)