The GitHub Actions job "Tests" on airflow.git/2603/py3.14 has failed.
Run started by GitHub user Dev-iL (triggered by Dev-iL).

Head commit for run:
7d3ad5d4d54bc0e25f0f5252f086c26c1efb76c7 / Dev-iL 
<[email protected]>
Add prek hook to validate python_version markers for excluded providers

When a provider declares excluded-python-versions in provider.yaml,
every dependency string referencing that provider in pyproject.toml
must carry a matching python_version marker. Missing markers cause
excluded providers to be silently installed as transitive dependencies
(e.g. aiobotocore pulling in amazon on Python 3.14).

The new check-excluded-provider-markers hook reads exclusions from
provider.yaml and validates all dependency strings in pyproject.toml
at commit time, preventing regressions like the one fixed in the
previous commit.

Report URL: https://github.com/apache/airflow/actions/runs/23192004948

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to