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

Head commit for run:
4e34b8313924894c397030524b9673ca0eef3a39 / Jarek Potiuk <[email protected]>
Fix configuration of mypy plugins to point to paths not modules

The configuration of our MyPy plugins was wrongly pointing to
modules rather than paths. This caused problems in the environment
where you had no PYTHONPATH set pointing to the root of your
Airflow sources. One of the side effects was that MyPy Plugin
for IntelliJ failed with "invalid plugin" error.

This PR changes the plugins to use relative paths instead - which
should work when mypy is invoked from the root of the
project (which in general is how our mypy gets invoked anyway and
is the default settings for most IDE integrations.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to