Skip to content

Commit 9326839

Browse files
committed
pyproject.toml - add tests deps
1 parent 0912dbb commit 9326839

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,13 @@ dynamic = ["version"]
6262

6363
[tool.setuptools.dynamic]
6464
version = { attr = "UnityPy.__version__" }
65+
66+
[project.optional-dependencies]
67+
tests = [
68+
"pytest >= 8",
69+
"pillow >= 9",
70+
"psutil >= 6",
71+
]
72+
73+
[tool.pytest.ini_options]
74+
testpaths = ["tests"]

0 commit comments

Comments
 (0)