We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f75bb99 commit 790d0baCopy full SHA for 790d0ba
1 file changed
tests/conftest.py
@@ -102,8 +102,6 @@ async def override_userdb() -> AsyncIterator[AsyncConnection]:
102
app.dependency_overrides[expdb_connection] = override_expdb
103
app.dependency_overrides[userdb_connection] = override_userdb
104
105
- # We do not use the Lifespan manager for now because our auto-use fixture
106
- # `one_lifespan` will do setup and teardown at a session scope level instead.
107
async with httpx.AsyncClient(
108
transport=httpx.ASGITransport(app=app),
109
base_url="http://test",
0 commit comments