From d5fca1edc68fa44ab63f28e45d6a900f7efded50 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 2 Oct 2024 17:25:11 +0200 Subject: [PATCH] Removing all variables ? --- integration-tests/conftest.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/integration-tests/conftest.py b/integration-tests/conftest.py index 38b94ff0..192e9fa2 100644 --- a/integration-tests/conftest.py +++ b/integration-tests/conftest.py @@ -524,13 +524,13 @@ def launcher(event_loop): container = client.containers.run( DOCKER_IMAGE, command=args, - name=container_name, - environment=env, - auto_remove=False, - detach=True, + # name=container_name, + # environment=env, + # auto_remove=False, + # detach=True, # device_requests=device_requests, # devices=devices, - volumes=volumes, + # volumes=volumes, ports={"80/tcp": port}, healthcheck={"timeout": int(10 * 1e9)}, shm_size="1G",