eladkal commented on PR #55212: URL: https://github.com/apache/airflow/pull/55212#issuecomment-3261528849
@mandeepzemo tests are failing ``` core/tests/unit/plugins/test_plugins_manager.py'] Caplog is used in the test. Please be sure you are mocking the log. For example, use `patch.object` to mock `log`.Using `caplog` directly in your test files can cause side effects and not recommended. If you think, `caplog` is the only way to test the functionality or there is and exceptional case, please ask maintainer to include as an exception using 'log exception' label. It is up to maintainer decision to allow this exception. ``` -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org