The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 2e7795147dfd8eaa225110fd2caf829c9d7c8bcb / Jarek Potiuk <[email protected]> Skip python version check in some pre-commit when loading setup.py Some providers are excluded for some versions of Python (for example the `apache.hive` provider is excluded on Python 3.11. However this might make some pre-commits confused when running on Python 3.11 because the list of generated extras will be different for them than those on other Python versions. We do not want to set python used in pre-commits to, say, python3.8, because that would mean that would require our users to have python3.8 as binary available on their system, which is not always setup. Python3 on the other hand is going to be universally available. In order to mitigate the problem we will run the precommits with _SKIP_PYTHON_VERSION_CHECK variable set before import of setup is done, so that the python version check is skipped and all python versions will produce the same set of extras. Report URL: https://github.com/apache/airflow/actions/runs/5292456774 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
