Sylvester

Results 73 comments of Sylvester

Sorry, it was another test failure related to fsspec in 15.6 which is gone with 15.7+ I can check next week, what is happening in 15.5

"test/test" works perfectly on my Mac: ```python import rasterio import fsspec print(f"fsspec version: {fsspec.__version__}") print(f"rasterio version: {rasterio.__version__}") # Open the file using fsspec of = fsspec.open( "s3://sentinel-cogs/sentinel-s2-l2a-cogs/39/G/VJ/2025/5/S2B_39GVJ_20250519_0_L2A/AOT.tif", anon=True ) #...

It would be a nice PR Merged #3391 is needed for all tests to pass correctly