pitrou commented on code in PR #45754:
URL: https://github.com/apache/arrow/pull/45754#discussion_r2016749266


##########
dev/archery/archery/docker/tests/test_docker.py:
##########
@@ -529,30 +497,38 @@ def test_image_with_gpu(arrow_compose_path):
 
     expected_calls = [
         [
-            "run", "--rm", "--gpus", "all",
-            "-e", "CUDA_ENV=1",
-            "-e", "OTHER_ENV=2",
-            "-v", "/host:/container",
+            "run",
+            "--rm",
+            "--gpus",
+            "all",
+            "-e",
+            "CUDA_ENV=1",
+            "-e",
+            "OTHER_ENV=2",
+            "-v",
+            "/host:/container",

Review Comment:
   This
   is
   extremely
   legible
   and
   very
   convenient
   for
   reviewing.
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to