Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
516
def
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
521
def
skip_azure(fs, reason):
Callers
6
test_filesystem_is_functional_after_pickling
Function · 0.85
test_create_dir
Function · 0.85
test_delete_dir
Function · 0.85
test_delete_dir_with_explicit_subdir
Function · 0.85
test_delete_dir_contents
Function · 0.85
test_move_file
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected