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 c451de3 commit a625db9Copy full SHA for a625db9
pyproject.toml
@@ -18,7 +18,9 @@ timeout = 300
18
# timeout_method = "thread"
19
filterwarnings = [
20
"error",
21
- "ignore:There is no current event loop:DeprecationWarning",
+ "module:make_current is deprecated:DeprecationWarning",
22
+ "module:clear_current is deprecated:DeprecationWarning",
23
+ "module:There is no current event loop:DeprecationWarning",
24
"ignore:Passing a schema to Validator.iter_errors:DeprecationWarning",
25
"ignore:unclosed <socket.socket:ResourceWarning",
26
"ignore:unclosed event loop:ResourceWarning",
0 commit comments