Skip to content

Commit 4fb0865

Browse files
authored
Ignore a random DeprecationWarning from Pillow (#715)
2 parents 196cc27 + a032687 commit 4fb0865

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ filterwarnings = [
114114
"ignore:Proactor*:RuntimeWarning",
115115
# lxml warning introduced by beautifulsoup
116116
"ignore:The 'strip_cdata' option of HTMLParser*:DeprecationWarning",
117+
# Suddenly appears from Pillow in a few tests
118+
"ignore:'mode' parameter is deprecated and will be removed*:DeprecationWarning"
117119
]
118120

119121
[tool.coverage.report]

0 commit comments

Comments
 (0)