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 67e69db commit 7e5f812Copy full SHA for 7e5f812
python/tests/integration/connectors/memory/test_postgres.py
@@ -79,7 +79,7 @@ def DataModelPandas(record) -> tuple:
79
return definition, df
80
81
82
-@pytest_asyncio.fixture(scope="function")
+@pytest_asyncio.fixture(scope="session")
83
async def vector_store() -> AsyncGenerator[PostgresStore, None]:
84
async with await pg_settings.create_connection_pool() as pool:
85
yield PostgresStore(connection_pool=pool)
0 commit comments