From d8df48e9a813772d9fd8890e015c502e718c3ccf Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 16 Dec 2024 01:37:28 +0000 Subject: [PATCH] Ignore unclosed sqlite connection in traits This matches https://github.com/ipython/ipykernel/pull/1277/commits/947894b8c0f52cc1ecbfb1600f27112ee1632445, and there doesn't seem to be a sensible alternative at the moment. Fixes: #1475 --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9bfcc74eef..c2b63d6db5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -178,7 +178,10 @@ filterwarnings = [ "error", "ignore:datetime.datetime.utc:DeprecationWarning", "module:add_callback_from_signal is deprecated:DeprecationWarning", - "ignore::jupyter_server.utils.JupyterServerAuthWarning" + "ignore::jupyter_server.utils.JupyterServerAuthWarning", + + # ignore unclosed sqlite in traits + "ignore:unclosed database in