From 215f39fb9d98c402c6fb474747c31fa5a6322ec1 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Thu, 20 Feb 2025 16:41:15 +0100 Subject: [PATCH] Pull before running the container `python docker` doesn't handle zstd correctly it seems. --- integration-tests/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-tests/conftest.py b/integration-tests/conftest.py index 2d3ae8a2..e92a9034 100644 --- a/integration-tests/conftest.py +++ b/integration-tests/conftest.py @@ -576,6 +576,7 @@ async def launcher(error_log): ] client.api.timeout = 1000 + subprocess.check_call(["docker", "pull", DOCKER_IMAGE]) container = client.containers.run( DOCKER_IMAGE, command=args,