We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 196cc27 + a032687 commit 4fb0865Copy full SHA for 4fb0865
1 file changed
pyproject.toml
@@ -114,6 +114,8 @@ filterwarnings = [
114
"ignore:Proactor*:RuntimeWarning",
115
# lxml warning introduced by beautifulsoup
116
"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"
119
]
120
121
[tool.coverage.report]
0 commit comments