ome / ome-zarr-py

Implementation of next-generation file format (NGFF) specifications for storing bioimaging data in the cloud.
https://pypi.org/project/ome-zarr
Other
156 stars 54 forks source link

Simplify testing setup + Python 3.12 tests #338

Closed dstansby closed 9 months ago

dstansby commented 11 months ago

I got a bit distracted by wanting to add Python 3.12 testing here 😄 This generally cleans up the testing infastructure by:

I also noticed fsspec==2023.6.0 was pinned for tests, but newer versions of fsspec break the tests. So I've pinned fsspec in setup.py correctly.