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

   The `uv-sync` prek hook added in #63754 runs `uv sync` during CI static 
checks. When run with `--all-files`, it tries to build all dependencies 
including `gssapi==1.11.1`, which requires `krb5-config` not always present on 
CI runners. This causes flaky static check failures for PRs that don't touch 
any `pyproject.toml` files.
   
   This adds `uv-sync` to the selective checks skip list when no 
`pyproject.toml` files changed, following the same pattern used for 
`check-provider-yaml-valid`.
   
   related: #63754


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