potiuk opened a new pull request, #64547: URL: https://github.com/apache/airflow/pull/64547
Add `--no-cache` to all `uv sync` and `uv pip install` commands that run dynamically inside the CI container entrypoint (testing_command context). When tests run in parallel, multiple containers may simultaneously resolve/install dependencies, and the shared uv cache can clash between these parallel processes causing intermittent failures. The `uv run --no-cache` for development dependency installation already had this fix. This extends it to all other dynamic install paths: - `check_boto_upgrade()` — boto3/botocore upgrade - `check_upgrade_sqlalchemy()` — sqlalchemy upgrade to highest - `check_downgrade_sqlalchemy()` — sqlalchemy downgrade to minimum - `check_downgrade_pendulum()` — pendulum downgrade to minimum - `check_force_lowest_dependencies()` — lowest-direct resolution (both provider and core) - `install_development_dependencies.py` — dev deps installation - `install_airflow_and_providers.py` — airflow/providers/ctl installation Also bumps several dependency lower bounds to fix lowest-dependency test failures. --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Claude Opus 4.6) Generated-by: Claude Code (Claude Opus 4.6) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- 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]
