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


##########
python/pyarrow/tests/conftest.py:
##########
@@ -311,3 +320,23 @@ def s3_server(s3_connection):
         finally:
             if proc is not None:
                 proc.kill()
+
+
[email protected](scope='session')
+def gcs_server():
+    port = find_free_port()
+    env = os.environ.copy()
+    args = [sys.executable, '-m', 'testbench', '--port', str(port)]

Review Comment:
   Yeah, so the problem is that `conda-cpp.dockerfile` installs the GCS 
testbench with the Python version from the default conda install, but 
`conda-python.dockerfile` switches to another Python version.



-- 
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