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

Head commit for run:
c67db2ae7065c5df175293b913991a4bfe64f4e9 / Dev-iL 
<[email protected]>
Skip Python-incompatible provider wheels during PROD image build

get_distribution_specs.py now reads Requires-Python metadata from each
wheel and skips wheels that are incompatible with the running
interpreter. This prevents excluded providers (e.g. amazon on 3.14)
from being passed to pip/uv and installed despite their exclusion.

Also fix the requires-python specifier generation in packages.py:
!=3.14 per PEP 440 only excludes 3.14.0, not 3.14.2. Use !=3.14.*
wildcard to exclude the entire minor version.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to