Skip to content

Commit d8f71d4

Browse files
committed
revert
1 parent 20689e2 commit d8f71d4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from pathlib import Path
1212
from typing import Any
1313

14-
import aiodocker
14+
import docker
1515
import jsonschema
1616
import pytest
1717
import tenacity
@@ -25,9 +25,7 @@
2525

2626

2727
@pytest.fixture(scope="session")
28-
def docker_registry(
29-
async_docker_client: aiodocker.Docker, keep_docker_up: bool
30-
) -> Iterator[str]:
28+
def docker_registry(keep_docker_up: bool) -> Iterator[str]:
3129
"""sets up and runs a docker registry container locally and returns its URL"""
3230
# run the registry outside of the stack
3331
docker_client = docker.from_env()

0 commit comments

Comments
 (0)