The GitHub Actions job "Tests" on airflow.git/feat/keycloak-team-resource-authorization has failed. Run started by GitHub user stegololz (triggered by stegololz).
Head commit for run: 34c35bb9d41dbc71acaa7b552c27b2228aa329ae / Mathieu Monet <[email protected]> Guard TeamDetails import for Airflow < 3.2 compat TeamDetails was added in Airflow 3.2. The top-level import caused an ImportError during test collection when running against Airflow 3.0.x or 3.1.x. Move it to a try/except so the module can be collected on older versions; the test cases that use it are already guarded with @pytest.mark.skipif(not AIRFLOW_V_3_2_PLUS, ...). Co-Authored-By: Claude Sonnet 4.6 <[email protected]> Report URL: https://github.com/apache/airflow/actions/runs/22401823357 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
