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


##########
python/pyarrow/tests/conftest.py:
##########
@@ -311,3 +313,23 @@ def s3_server(s3_connection):
         finally:
             if proc is not None:
                 proc.kill()
+
+
[email protected](scope='session')
+def limited_s3_user(request, s3_server):

Review Comment:
   This doesn't answer the question: why do you want it to be a fixture?



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