Skip to content

Commit 2be91d9

Browse files
committed
missing scope
1 parent eadc279 commit 2be91d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pytest-simcore/src/pytest_simcore/docker_registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ async def _pull_push_service(
233233
}
234234

235235

236-
@pytest.fixture
236+
@pytest_asyncio.fixture(scope="session", loop_scope="session")
237237
def docker_registry_image_injector(
238238
docker_registry: str, node_meta_schema: dict
239239
) -> Callable[[str, str, str | None], Awaitable[dict[str, Any]]]:

0 commit comments

Comments
 (0)