Skip to content

Commit

Permalink
comment left
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Sep 24, 2019
1 parent 098048a commit c541b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyarrow/tests/test_fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def localfs(request, tempdir):

@pytest.fixture(params=[
S3Wrapper,
#SubTreeS3Wrapper
SubTreeS3Wrapper
])
def s3fs(request, minio_server, minio_client, minio_bucket):
from pyarrow.fs import initialize_s3
Expand Down

0 comments on commit c541b3e

Please sign in to comment.