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 290fcf6 commit 3e08300Copy full SHA for 3e08300
pyproject.toml
@@ -243,6 +243,7 @@ filterwarnings = [
243
"ignore:jupyter_server.base.zmqhandlers module is deprecated in Jupyter Server 2.0:DeprecationWarning",
244
"ignore:datetime.datetime.utc:DeprecationWarning:dateutil",
245
"ignore:datetime.datetime.utc:DeprecationWarning:tornado",
246
+ "module:add_callback_from_signal is deprecated:DeprecationWarning",
247
]
248
249
[tool.coverage.report]
0 commit comments