Skip to content

Commit

Permalink
suppress tornado deprecation warnings (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk authored Jun 17, 2022
1 parent 7b5815e commit 544f7d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ timeout = 300
# timeout_method = "thread"
filterwarnings = [
"error",
"ignore:There is no current event loop:DeprecationWarning",
"module:make_current is deprecated:DeprecationWarning",
"module:clear_current is deprecated:DeprecationWarning",
"module:There is no current event loop:DeprecationWarning",
"ignore:Passing a schema to Validator.iter_errors:DeprecationWarning",
"ignore:unclosed <socket.socket:ResourceWarning",
"ignore:unclosed event loop:ResourceWarning",
Expand Down

0 comments on commit 544f7d3

Please sign in to comment.