The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user uranusjr (triggered by uranusjr).

Head commit for run:
a61a51711f60ef67e117ff0ec81aaa0135bddf79 / Tzu-ping Chung <[email protected]>
Add ignore to cast() call

Mypy is weirdly complaining it can't convert a callable to a
TaskDecoratorCollection since the type is not callable. This is wrong
in both ways---TaskDecoratorCollection *is* totally callable, and isn't
cast() supposed to not care anyway?

I don't see there's a viable way to work around this without
significantly impacting typing in other ways, so an ignore marker seems
to be the most reasonable option. The cast() call is kept because Mypy
might fix this ins the future, and when it does, it should report the
marker as redundant and prompt us to remove it.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to