Skip to content

Commit a032687

Browse files
committed
Ignore a random DeprecationWarning from Pillow
This suddenly occurs in a few tests when running with updated dependencies. Should probably properly fix this, but I don't have time now.
1 parent 196cc27 commit a032687

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)