Skip to content

Commit 3e08300

Browse files
authored
Update for tornado 6.4 (#1372)
1 parent 290fcf6 commit 3e08300

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ filterwarnings = [
243243
"ignore:jupyter_server.base.zmqhandlers module is deprecated in Jupyter Server 2.0:DeprecationWarning",
244244
"ignore:datetime.datetime.utc:DeprecationWarning:dateutil",
245245
"ignore:datetime.datetime.utc:DeprecationWarning:tornado",
246+
"module:add_callback_from_signal is deprecated:DeprecationWarning",
246247
]
247248

248249
[tool.coverage.report]

0 commit comments

Comments
 (0)