From d8a29c41cd80a33411aba50147979f5eb65a9823 Mon Sep 17 00:00:00 2001 From: Gyubong Lee Date: Wed, 21 Feb 2024 04:50:21 +0000 Subject: [PATCH] CI test wip --- tests/manager/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/manager/conftest.py b/tests/manager/conftest.py index c4d40422b8..0fbaf5558e 100644 --- a/tests/manager/conftest.py +++ b/tests/manager/conftest.py @@ -403,7 +403,7 @@ class = StreamHandler cli_schema_oneshot.invoke(click_ctx) -@pytest.fixture(scope="module") +@pytest.fixture() async def database_engine(local_config, database): async with connect_database(local_config) as db: yield db