Skip to content

Commit 0fc43a3

Browse files
committed
chore: Additional ignore of bool(element) warning
1 parent c55e140 commit 0fc43a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ markers = [
183183
"slow: marks tests as slow",
184184
]
185185
filterwarnings = [
186-
'ignore:Truth-testing of elements was .+:FutureWarning',
186+
"ignore:Truth-testing of elements was .+:FutureWarning",
187+
"ignore:The behavior of this method will change .+:FutureWarning",
187188
"ignore:NotImplemented should not be used in a boolean context:DeprecationWarning",
188189
"ignore:The 'strip_cdata' option of HTMLParser.+:DeprecationWarning",
189190
]

0 commit comments

Comments
 (0)