The GitHub Actions job "Tests (AMD)" on airflow.git/ci-upgrade-main has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
6c51052bf16b3044840c14ec69f14d577d849867 / Jarek Potiuk <[email protected]>
Fix plugin validation type check for mypy 2.3.0

mypy 2.3.0 narrows the `inspect.isclass()` guard to `type[object]`, which does
not carry `validate`, so the four shared distributions that symlink
plugins_manager.py failed static checks. The MRO check immediately above
already establishes the class is an AirflowPlugin by name -- it cannot use
issubclass() because the shared library is reachable under two module paths --
so make that knowledge explicit to the type checker.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to