Skip to content

Commit 9aa237d

Browse files
committed
chore(pyproject.toml) - remove pillow from tests as it's a normal dependency
1 parent bfd881c commit 9aa237d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dynamic = ["version"]
5858
# optional dependencies must be lowercase/normalized
5959
ttgen = ["typetreegeneratorapi>=0.0.5"]
6060
full = ["unitypy[ttgen]"]
61-
tests = ["pytest", "pillow", "psutil", "unitypy[full]"]
61+
tests = ["pytest", "psutil", "unitypy[full]"]
6262
dev = ["ruff", "unitypy[tests]"]
6363

6464
[project.urls]

0 commit comments

Comments
 (0)