jiayuasu opened a new pull request, #1230:
URL: https://github.com/apache/sedona-db/pull/1230

   ## What
   
   Skip the four raster helper tests that require optional rasterio when it is 
not installed. Keep test_decoded_raster_requires_nodata running because it does 
not use rasterio.
   
   ## Why
   
   The python-wheels workflow installs a reduced dependency set without 
rasterio. The tests added in #1211 currently fail after wheel builds complete, 
causing all five core jobs to fail at the final test marker. Standard Python CI 
installs the test extra, so these tests still run there.
   
   Failing run: https://github.com/apache/sedona-db/actions/runs/33675876705
   
   ## Verification
   
   * Without rasterio: 1 passed, 4 skipped
   * With rasterio: 5 passed
   * Ruff check and format check
   * git diff --check


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to