From f8e435bfe225bf2ad2d378cff9c39fec29e139b9 Mon Sep 17 00:00:00 2001 From: Brian Bjarke Jensen Date: Thu, 18 Sep 2025 12:40:57 +0200 Subject: [PATCH] removed bound ports to avoid clashing with servers minio instance --- tests/integration/conftest.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/integration/conftest.py b/tests/integration/conftest.py index 566594c..16f2dc8 100644 --- a/tests/integration/conftest.py +++ b/tests/integration/conftest.py @@ -66,9 +66,6 @@ def minio_container() -> Generator[dict[str, str]]: image=MINIO_DOCKER_IMAGE, access_key=access_key, secret_key=secret_key, - ).with_bind_ports( # expose webUI on 9001 - container=9001, - host=9001, ) container.start() # Build environment variables dictionary