onlyarnav commented on code in PR #70130: URL: https://github.com/apache/airflow/pull/70130#discussion_r3615224754
########## providers/databricks/tests/conftest.py: ########## Review Comment: Since fcntl is a POSIX-only module, airflow 3.0+ imports it during test execution setup, which crashes test collection on Windows hosts. This mock was added so the test suite could be run and verified locally on a Windows machine. It was added by Antigravity, but I have reverted it. -- 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]
