Skip to content

Commit 6844bca

Browse files
committed
Add pillow back
1 parent 668a81e commit 6844bca

File tree

2 files changed

+104
-1
lines changed

2 files changed

+104
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ dev = [
6565
"inline-snapshot>=0.23.0",
6666
"dirty-equals>=0.9.0",
6767
"coverage[toml]==7.10.7",
68+
"pillow>=12.0",
6869
]
6970
docs = [
7071
"mkdocs>=1.6.1",
@@ -104,7 +105,9 @@ venv = ".venv"
104105
# those private functions instead of testing the private functions directly. It makes it easier to maintain the code source
105106
# and refactor code that is not public.
106107
executionEnvironments = [
107-
{ root = "tests", extraPaths = ["."], reportUnusedFunction = false, reportPrivateUsage = false },
108+
{ root = "tests", extraPaths = [
109+
".",
110+
], reportUnusedFunction = false, reportPrivateUsage = false },
108111
{ root = "examples/servers", reportUnusedFunction = false },
109112
]
110113

0 commit comments

Comments
 (0)