We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c55e140 commit 0fc43a3Copy full SHA for 0fc43a3
pyproject.toml
@@ -183,7 +183,8 @@ markers = [
183
"slow: marks tests as slow",
184
]
185
filterwarnings = [
186
- 'ignore:Truth-testing of elements was .+:FutureWarning',
+ "ignore:Truth-testing of elements was .+:FutureWarning",
187
+ "ignore:The behavior of this method will change .+:FutureWarning",
188
"ignore:NotImplemented should not be used in a boolean context:DeprecationWarning",
189
"ignore:The 'strip_cdata' option of HTMLParser.+:DeprecationWarning",
190
0 commit comments