Dev-iL commented on issue #48859:
URL: https://github.com/apache/airflow/issues/48859#issuecomment-2782457789
Upon trying to add an MCVE, it seems that this failure only appears when
treating warning as errors in pytest, i.e.
```toml
[tool.pytest.ini_options]
filterwarnings = [
"error",
]
```
Which causes a various `DeprecationWarning`s to be raised:
- FAB: `_request_ctx_stack`, `_app_ctx_stack`
- marshmallow_sqlalchemy: `The '__version__' attribute is deprecated and
will be removed in in a future version. Use feature detection or
'importlib.metadata.version("marshmallow")' instead.
- openlineage: `DeprecationWarning: This module is deprecated. Please use
`openlineage.client.facet_v2`
Also, there seems to be a `ProvidersManager` problem related to `FSHook`,
where `hook_info.connection_type` is being set on a `None` object:

--
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]