From c69a5f4e31c1341f824b3801898d279e8936c361 Mon Sep 17 00:00:00 2001 From: "daniel.radl" Date: Mon, 14 Jul 2025 21:02:14 +0200 Subject: [PATCH] lint formatting --- tests/conftest.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index bc807d00..c6ff166a 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -151,11 +151,7 @@ def s3_service(python_path: str, compose: Compose): subprocess.check_call(cmd) compose("cp", "tests/_create_bucket.py", "backend:/tmp") - compose.exec("backend", - "bench", - "pip", - "install", - "boto3~=1.34.143") + compose.exec("backend", "bench", "pip", "install", "boto3~=1.34.143") compose.exec( "-e", f"S3_ACCESS_KEY={access_key}",