Skip to content

Commit 1e4e80d

Browse files
committed
Add pydot to test env
1 parent da314fa commit 1e4e80d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Changelog = "https://github.com/nfdi4cat/ucumvert/blob/main/CHANGELOG.md"
5050
tests = [
5151
"pytest",
5252
"coverage",
53+
"pydot",
5354
]
5455
lint = [
5556
"black",
@@ -58,7 +59,6 @@ dev = [
5859
"ucumvert[tests,lint]",
5960
"ruff",
6061
"openpyxl",
61-
"pydot",
6262
]
6363

6464
[project.scripts]

0 commit comments

Comments
 (0)