potiuk opened a new pull request, #64543:
URL: https://github.com/apache/airflow/pull/64543

   When running lowest-dependencies tests in parallel, all containers shared 
the same host uv cache volume. This copies the shared cache to a per-test 
temporary directory before running uv sync, so each test operates on its own 
isolated copy that is cleaned up when the container is removed.
   
   A warm-up step runs a single uv sync (normal resolution) at the workspace 
level before spawning parallel tests, ensuring the shared cache is populated 
with all needed packages.


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