mirror of
https://github.com/fastapi/fastapi.git
synced 2026-05-13 18:25:49 -04:00
⬆️ Add support for Python 3.14 (#14165)
This commit is contained in:
committed by
GitHub
parent
942fce394b
commit
3611c3fc5b
@@ -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):
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user