diff --git a/CHANGES.rst b/CHANGES.rst index 7ac59691..bf68b885 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,7 @@ Version 3.1.2 ------------- - Fix issue with calling ``repr()`` on ``SQLAlchemy`` instance with no default engine. :issue:`1295` +- Ignore unclosed sqlite connection in tests. :issue:`1379` Version 3.1.1 diff --git a/pyproject.toml b/pyproject.toml index be594b18..2c0ab18c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,6 +51,7 @@ exclude = [ testpaths = ["tests"] filterwarnings = [ "error", + "ignore:unclosed database in