The GitHub Actions job "Tests AMD" on airflow.git/add-if-else-import-names has succeeded. Run started by GitHub user kaxil (triggered by kaxil).
Head commit for run: b155efea4955acbf580a214b4d39c7ae78229aec / 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 ========================= ``` Report URL: https://github.com/apache/airflow/actions/runs/17749448221 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
