guan404ming commented on code in PR #70068:
URL: https://github.com/apache/airflow/pull/70068#discussion_r3608005666


##########
providers/common/ai/tests/unit/common/ai/decorators/test_llm_branch.py:
##########
@@ -36,6 +39,15 @@ def _make_mock_run_result(output):
     return mock_result
 
 
+def test_module_imports_without_airflow_core(monkeypatch):
+    monkeypatch.setitem(sys.modules, "airflow.utils.operator_helpers", None)

Review Comment:
   Not necessary. I think pre-commit helpers would be helpful to catch this. 
Let me remove that. 



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

Reply via email to