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

Head commit for run:
97b3e573dde27239850c7c00c79edd67d78cda81 / Jarek Potiuk <[email protected]>
Fix MyPy checks in CI to cover also tests folders

To speed up the checks In CI we run mypy checks in parallel, so we split
it by folder rather than by files letting mypy to discover or pass all
files.

This is done via `manual` stage of the mypy-* checks.

However we have not included / excluded tests in the checks between
airflow and providers.

This PR should fix the problem where some of the tests might have typing
errors and if the user did not run it manually, they could go
undetected.

We also explicitly exclude all "providers" related tests. While the
regular providers do not need to be skipped because there was no
`--namespace-packages` added as mypy flag, test packages are regular
packages and they should be excluded explicitly.

Finally the command to run is printed in the output of the mypy check.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to