LucasRoesler commented on PR #51454:
URL: https://github.com/apache/airflow/pull/51454#issuecomment-2961623564
The test failure seems unrelated
```
Check and fix default value of
default_deferrable...........................Failed
- hook id: check-deferrable-default
- exit code: 1
Traceback (most recent call last):
File
"/home/runner/work/airflow/airflow/./scripts/ci/pre_commit/check_deferrable_default.py",
line 29, in <module>
from libcst.codemod import CodemodContext
File
"/home/runner/.cache/pre-commit/repodmrse7ww/py_env-python3/lib/python3.9/site-packages/libcst/codemod/__init__.py",
line 6, in <module>
from libcst.codemod._cli import (
File
"/home/runner/.cache/pre-commit/repodmrse7ww/py_env-python3/lib/python3.9/site-packages/libcst/codemod/_cli.py",
line 29, in <module>
from libcst.codemod._dummy_pool import DummyExecutor
File
"/home/runner/.cache/pre-commit/repodmrse7ww/py_env-python3/lib/python3.9/site-packages/libcst/codemod/_dummy_pool.py",
line 14, in <module>
from typing_extensions import ParamSpec
ModuleNotFoundError: No module named 'typing_extensions'
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]