From 525f3a61dbea34b098ca61389e73790642e6e233 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 2 Oct 2024 17:17:40 +0200 Subject: [PATCH] Busybox in python --- integration-tests/conftest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration-tests/conftest.py b/integration-tests/conftest.py index b136cbdb..38d94948 100644 --- a/integration-tests/conftest.py +++ b/integration-tests/conftest.py @@ -519,6 +519,8 @@ def launcher(event_loop): print("Starting docker") + args = ["sleep", "infinity"] + container = client.containers.run( DOCKER_IMAGE, command=args,