lint formatting

This commit is contained in:
daniel.radl 2025-07-14 21:02:14 +02:00
parent 14921c4f43
commit c69a5f4e31

View file

@ -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}",