Skip to content

Commit f90e0fa

Browse files
committed
Cache http
1 parent b8a76ea commit f90e0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsspec/tests/test_spec.py

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

748748

749749
def test_cache_not_pickled(server):
750-
fs = fsspec.filesystem("http")
750+
fs = fsspec.filesystem("http", cache_type="readahead")
751751
filepath = server.realfile
752752
length = 3
753753
f = fs.open(filepath, mode="rb")

0 commit comments

Comments
 (0)