We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 196cc27 commit a032687Copy full SHA for a032687
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