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 42db5a9 commit f88b3d0Copy full SHA for f88b3d0
pyproject.toml
@@ -96,6 +96,8 @@ timeout = 300
96
# timeout_method = "thread"
97
filterwarnings = [
98
"error",
99
- "ignore:There is no current event loop:DeprecationWarning",
+ "module:make_current is deprecated:DeprecationWarning",
100
+ "module:clear_current is deprecated:DeprecationWarning",
101
+ "module:There is no current event loop:DeprecationWarning",
102
"ignore:Passing a schema to Validator.iter_errors:DeprecationWarning"
103
]
0 commit comments