h-vetinari commented on code in PR #14832:
URL: https://github.com/apache/arrow/pull/14832#discussion_r1039602603
##########
python/pyarrow/tests/conftest.py:
##########
@@ -184,9 +184,16 @@ def gcs_server():
args = [sys.executable, '-m', 'testbench', '--port', str(port)]
proc = None
try:
+ # check first if testbench module is available
+ import testbench # noqa:F401
Review Comment:
Not doing this adds 30+ min to the CI runs (on conda-forge CI, with all
tests), because each test using `GcsFileSystem` runs into a lengthy timeout
game during `fs.create_dir(bucket)`
--
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]