potiuk commented on PR #41803: URL: https://github.com/apache/airflow/pull/41803#issuecomment-2323069602
Looks like 'mock_context` in conftest.py should be modified to accept xcom_push with `execution_date` when Airflow < 3.0. Likely could be done by adding `**kwargs` to the xcom_push method and checking if `execution_date` is not passed when Airflow 3 (but passed when Airflow < 3) -- 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]
