eladkal commented on pull request #22570:
URL: https://github.com/apache/airflow/pull/22570#issuecomment-1082734293
The test failing is:
```
Traceback (most recent call last):
File
"/home/runner/.cache/pre-commit/repo9lrx9zpk/py_env-python3/bin/black", line 8,
in <module>
sys.exit(patched_main())
File
"/home/runner/.cache/pre-commit/repo9lrx9zpk/py_env-python3/lib/python3.7/site-packages/black/__init__.py",
line 1423, in patched_main
patch_click()
File
"/home/runner/.cache/pre-commit/repo9lrx9zpk/py_env-python3/lib/python3.7/site-packages/black/__init__.py",
line 1409, in patch_click
from click import _unicodefun
ImportError: cannot import name '_unicodefun' from 'click'
(/home/runner/.cache/pre-commit/repo9lrx9zpk/py_env-python3/lib/python3.7/site-packages/click/__init__.py)
Traceback (most recent call last):
File
"/home/runner/.cache/pre-commit/repo9lrx9zpk/py_env-python3/bin/black", line 8,
in <module>
sys.exit(patched_main())
File
"/home/runner/.cache/pre-commit/repo9lrx9zpk/py_env-python3/lib/python3.7/site-packages/black/__init__.py",
line 1423, in patched_main
patch_click()
File
"/home/runner/.cache/pre-commit/repo9lrx9zpk/py_env-python3/lib/python3.7/site-packages/black/__init__.py",
line 1409, in patch_click
from click import _unicodefun
ImportError: cannot import name '_unicodefun' from 'click'
(/home/runner/.cache/pre-commit/repo9lrx9zpk/py_env-python3/lib/python3.7/site-packages/click/__init__.py)
```
related to click releasing version 8.1.0
https://github.com/pallets/click/issues/2232
--
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]