ashb commented on PR #48007:
URL: https://github.com/apache/airflow/pull/48007#issuecomment-2746210613
Hmmm, somewhere we are still/yet again missing the dep on werkzeug:
```
__ ERROR collecting
airflow-core/tests/unit/always/test_providers_manager.py ___
airflow-core/tests/unit/always/test_providers_manager.py:28: in <module>
from flask_babel import lazy_gettext
/usr/local/lib/python3.10/site-packages/flask_babel/__init__.py:15: in
<module>
from flask import current_app, request
/usr/local/lib/python3.10/site-packages/flask/__init__.py:4: in <module>
from . import json as json
/usr/local/lib/python3.10/site-packages/flask/json/__init__.py:8: in <module>
from ..globals import current_app
/usr/local/lib/python3.10/site-packages/flask/globals.py:56: in <module>
app_ctx: "AppContext" = LocalProxy( # type: ignore[assignment]
E TypeError: LocalProxy.__init__() got an unexpected keyword argument
'unbound_message'
```
I've run out of spare time this weekend, I'll take a look on Monday
--
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]