gopidesupavan commented on code in PR #42081: URL: https://github.com/apache/airflow/pull/42081#discussion_r1821231164
########## providers/tests/standard/operators/test_python.py: ########## @@ -1554,6 +1556,9 @@ def f(): class TestExternalPythonOperator(BaseTestPythonVirtualenvOperator): opcls = ExternalPythonOperator + def setup_method(self): + logging.config.dictConfig(DEFAULT_LOGGING_CONFIG) Review Comment: There are tests which asserts log messages in `caplog.messages`, some how it worked earlier when these operators are in core area, after moving to providers the caplog.messages asserts are failing, so setting up that worked. build logs gone unable to retrieve to share. -- 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