MCPcopy Create free account
hub / github.com/apache/arrow / skip_fsspec_s3fs

Function skip_fsspec_s3fs

python/pyarrow/tests/test_fs.py:516–518  ·  view source on GitHub ↗
(fs)

Source from the content-addressed store, hash-verified

514
515
516def skip_fsspec_s3fs(fs):
517 if fs.type_name == "py::fsspec+('s3', 's3a')":
518 pytest.xfail(reason="Not working with fsspec's s3fs")
519
520
521def skip_azure(fs, reason):

Callers 6

test_create_dirFunction · 0.85
test_delete_dirFunction · 0.85
test_delete_dir_contentsFunction · 0.85
test_move_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected