⬆️ Add support for Python 3.14 (#14165)

This commit is contained in:
Sofie Van Landeghem
2025-10-10 11:44:39 +02:00
committed by GitHub
parent 942fce394b
commit 3611c3fc5b
5 changed files with 10 additions and 1 deletions

View File

@@ -45,6 +45,8 @@ def get_client(request: pytest.FixtureRequest):
with TestClient(mod.app) as c:
yield c
# Clean up connection explicitely to avoid resource warning
mod.engine.dispose()
def test_crud_app(client: TestClient):

View File

@@ -45,6 +45,8 @@ def get_client(request: pytest.FixtureRequest):
with TestClient(mod.app) as c:
yield c
# Clean up connection explicitely to avoid resource warning
mod.engine.dispose()
def test_crud_app(client: TestClient):