holoviz / spatialpandas

Pandas extension arrays for spatial/geometric operations
BSD 2-Clause "Simplified" License
305 stars 24 forks source link

Adapt glob to be compatible with the latest fsspec version #133

Closed maximlt closed 6 months ago

maximlt commented 6 months ago

The test suite has been broken for a few weeks with:

ValueError: Invalid pattern: '**' can only be an entire path component

This is due to a recent change in fsspec (https://github.com/fsspec/filesystem_spec/pull/1382), forcing ** to be used between path separators only. I checked the change with the latest version of fsspec and a version before this breaking change, it works fine in both cases.

I believe spatialpandas will need a new release.