Skip to content

Commit 73578e3

Browse files
authored
Fix CI (#936)
1 parent cdd5e07 commit 73578e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

s3fs/tests/test_s3fs.py

+1
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ def test_info(s3):
269269
info.pop("ContentType")
270270
linfo.pop("Key")
271271
linfo.pop("Size")
272+
linfo.pop("ChecksumAlgorithm")
272273
assert info == linfo
273274
parent = a.rsplit("/", 1)[0]
274275
s3.invalidate_cache() # remove full path from the cache

0 commit comments

Comments
 (0)