YAshhh29 commented on PR #69385: URL: https://github.com/apache/airflow/pull/69385#issuecomment-5386577115
Found the common cause behind the nine failed jobs: they were all stopping during test collection on Python 3.10 because the new metadata test imported `tomllib`, which only became part of the standard library in Python 3.11. I switched the test to Airflow's existing `tomli` fallback and verified the exact test under Python 3.10.20 (`1 passed`). The fix is now pushed in `f89cc0c86e`, and a fresh CI run has started. Mergeability is still green. So this was one compatibility miss repeated across nine matrices, rather than nine separate failures. --- Drafted-by: GitHub Copilot (no human review before posting) -- 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]
