The GitHub Actions job "Tests" on airflow.git has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 6bb1ade21322355980078ef1022b3317e836270c / Jarek Potiuk <[email protected]> Require explicit flag to remove MyPy cache when running breeze stop The change #29184 added cleanup of MyPy cache when `breeze stop` was called, but this is a bit too agressive. It will remove the cache always when breeze stop is run and it will prolong (on MacOS by 10s of seconds) the MyPy static checks when it happens. Since cleaning the cache is only really needed when MyPy cache gets broken (for example when we upgrade MyPy), cleaning it explicitly when you encounter such problem is a better idea. This PR: * adds flag to breeze stop to clean the mypy cache (disabled by default) * adds documentation about that feature in STATIC_CHECKS * adds hint displayed to the user when mypy check fails Report URL: https://github.com/apache/airflow/actions/runs/4157196609 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
