diff --git a/pyproject.toml b/pyproject.toml index 68b10b04d9..1787b32168 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -243,6 +243,7 @@ filterwarnings = [ "ignore:jupyter_server.base.zmqhandlers module is deprecated in Jupyter Server 2.0:DeprecationWarning", "ignore:datetime.datetime.utc:DeprecationWarning:dateutil", "ignore:datetime.datetime.utc:DeprecationWarning:tornado", + "module:add_callback_from_signal is deprecated:DeprecationWarning", ] [tool.coverage.report]