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 7b5815e commit 544f7d3Copy full SHA for 544f7d3
pyproject.toml
@@ -100,7 +100,9 @@ timeout = 300
100
# timeout_method = "thread"
101
filterwarnings = [
102
"error",
103
- "ignore:There is no current event loop:DeprecationWarning",
+ "module:make_current is deprecated:DeprecationWarning",
104
+ "module:clear_current is deprecated:DeprecationWarning",
105
+ "module:There is no current event loop:DeprecationWarning",
106
"ignore:Passing a schema to Validator.iter_errors:DeprecationWarning",
107
"ignore:unclosed <socket.socket:ResourceWarning",
108
"ignore:unclosed event loop:ResourceWarning",
0 commit comments