The GitHub Actions job "Release PROD images" on airflow.git/v3-1-test has failed. Run started by GitHub user kaxil (triggered by kaxil).
Head commit for run: e5ff56cfd10199c586d0d976ffa84c5f4df54400 / Kaxil Naik <[email protected]> Dev: Fix another Python 3.13 compat for Prod image tests Example failure: https://github.com/apache/airflow/actions/runs/17748671388/job/50439223767 ``` if python_version.startswith("Python 3.13"): > import_names.remove("airflow.providers.fab") E ValueError: list.remove(x): x not in list tests/docker_tests/test_prod_image.py:212: ValueError =========================== short test summary info ============================ FAILED tests/docker_tests/test_prod_image.py::TestPythonPackages::test_check_dependencies_imports[providers-import_names0] - ValueError: list.remove(x): x not in list ======================== 1 failed, 10 passed in 32.41s ========================= ``` (cherry picked from commit b155efea4955acbf580a214b4d39c7ae78229aec) Report URL: https://github.com/apache/airflow/actions/runs/17749470677 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
