Skip to content

Commit

Permalink
Ignore unclosed sqlite connection
Browse files Browse the repository at this point in the history
This matches
ipython/ipykernel@947894b,
and there doesn't seem to be a sensible alternative at the moment.

Fixes: pallets-eco#1379
  • Loading branch information
cjwatson committed Jan 6, 2025
1 parent 3e3e92b commit ac89adb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ exclude = [
testpaths = ["tests"]
filterwarnings = [
"error",
"ignore:unclosed database in <sqlite3.Connection:ResourceWarning",
]

[tool.coverage.run]
Expand Down

0 comments on commit ac89adb

Please sign in to comment.