james-willis opened a new pull request, #1177:
URL: https://github.com/apache/sedona-db/pull/1177

   Wheel tests have been failing on main since #1167: `test_sjoin.py` reaches 
the `.geo` accessor, which imports `sedonadb_expr` — not in 
`CIBW_TEST_REQUIRES`. Switched to the `funcs` accessor so the test keeps 
covering the #1167 regression without the extra dependency.
   
   Linux was failing the same test but reporting success: cibuildwheel copies 
the project into the container, so the `.test_failed` marker written to 
`{project}` was discarded and the gate saw nothing. Bind-mounts the workspace 
so the marker lands on the host, alongside the existing vcpkg cache mount.


-- 
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