From ddd44ce8c5b0e921df34cc6fedd011b8f6247b7d Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 2 Oct 2024 17:27:54 +0200 Subject: [PATCH] =?UTF-8?q?A=20un=20moment=20donn=C3=A9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- integration-tests/conftest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/conftest.py b/integration-tests/conftest.py index 192e9fa2..8b00eb87 100644 --- a/integration-tests/conftest.py +++ b/integration-tests/conftest.py @@ -526,8 +526,8 @@ def launcher(event_loop): command=args, # name=container_name, # environment=env, - # auto_remove=False, - # detach=True, + auto_remove=False, + detach=True, # device_requests=device_requests, # devices=devices, # volumes=volumes,