Dev-iL commented on PR #37585:
URL: https://github.com/apache/airflow/pull/37585#issuecomment-1956288826
Build failed due to the patching path not being updated in the sqlalchemy
tests - should be changed something like this:
```diff
def test_is_sqlalchemy_v1(major_version, expected_result):
- with mock.patch("airflow.utils.sqlalchemy._get_lib_major_version") as
mock_get_major_version:
+ with mock.patch("airflow.utils.sqlalchemy.parse_version") as
mock_get_major_version:
```
--
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]