Skip to content

Commit

Permalink
Ignore unclosed sqlite connection in traits (#1477)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjwatson authored Dec 20, 2024
1 parent 63053d2 commit e74da85
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,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 <sqlite3.Connection:ResourceWarning",
]

[tool.coverage.report]
Expand Down

0 comments on commit e74da85

Please sign in to comment.