Skip to content

Commit

Permalink
remove duplicate fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Neagu committed Dec 23, 2024
1 parent cf81456 commit 320b85b
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# pylint: disable=redefined-outer-name
# pylint: disable=unused-argument

from collections.abc import AsyncIterable

import pytest
from aiodocker import Docker, DockerError
Expand Down Expand Up @@ -39,12 +38,6 @@ def mock_env(
monkeypatch.setenv("S3_BUCKET_NAME", faker.pystr())


@pytest.fixture
async def async_docker_client() -> AsyncIterable[Docker]:
async with Docker() as client:
yield client


@pytest.mark.parametrize(
"network_name, network",
[
Expand Down

0 comments on commit 320b85b

Please sign in to comment.