Skip to content

Commit a625db9

Browse files
Backport PR #882 on branch 1.x (suppress tornado deprecation warnings) (#889)
Co-authored-by: Min RK <[email protected]>
1 parent c451de3 commit a625db9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ timeout = 300
1818
# timeout_method = "thread"
1919
filterwarnings = [
2020
"error",
21-
"ignore:There is no current event loop:DeprecationWarning",
21+
"module:make_current is deprecated:DeprecationWarning",
22+
"module:clear_current is deprecated:DeprecationWarning",
23+
"module:There is no current event loop:DeprecationWarning",
2224
"ignore:Passing a schema to Validator.iter_errors:DeprecationWarning",
2325
"ignore:unclosed <socket.socket:ResourceWarning",
2426
"ignore:unclosed event loop:ResourceWarning",

0 commit comments

Comments
 (0)