You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: skip fsspec-backed get_ranges tests on old fsspec
The min_deps CI job pins fsspec to 2023.10.0, which predates
AsyncFileSystemWrapper. Wrapping a sync MemoryFileSystem fails there at
fixture setup. Guard the affected tests with the same skipif pattern
already used in test_fsspec.py.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments