Skip to content

Commit f88b3d0

Browse files
authored
Suppress tornado 6.2 beta warnings (#285)
1 parent 42db5a9 commit f88b3d0

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
@@ -96,6 +96,8 @@ timeout = 300
9696
# timeout_method = "thread"
9797
filterwarnings = [
9898
"error",
99-
"ignore:There is no current event loop:DeprecationWarning",
99+
"module:make_current is deprecated:DeprecationWarning",
100+
"module:clear_current is deprecated:DeprecationWarning",
101+
"module:There is no current event loop:DeprecationWarning",
100102
"ignore:Passing a schema to Validator.iter_errors:DeprecationWarning"
101103
]

0 commit comments

Comments
 (0)