Skip to content

Commit d402ac5

Browse files
committed
Try a different way to cache
1 parent f90e0fa commit d402ac5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fsspec/tests/test_spec.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,8 @@ def test_cache():
747747

748748

749749
def test_cache_not_pickled(server):
750-
fs = fsspec.filesystem("http", cache_type="readahead")
750+
# fs = fsspec.filesystem("http", cache_type="readahead")
751+
fs = fsspec.filesystem("simplecache", target_protocol="http")
751752
filepath = server.realfile
752753
length = 3
753754
f = fs.open(filepath, mode="rb")

0 commit comments

Comments
 (0)