xetdata / pyxet

Python SDK for XetHub
https://xethub.com/
BSD 3-Clause "New" or "Revised" License
48 stars 8 forks source link

fix fsspec test due to fsspec upgrade #93

Closed seanses closed 1 year ago

seanses commented 1 year ago

fsspec upgrade in https://github.com/fsspec/filesystem_spec/pull/1329 makes

  1. when using a trailing slash in globs, it returns only directories.
  2. the double asterisks ** matches 0+ directories.

This PR fix the tests accordingly.