gopidesupavan commented on PR #43556:
URL: https://github.com/apache/airflow/pull/43556#issuecomment-2462954597

   alright got it where the failures coming from for this 
`providers/tests/standard/operators/test_python.py::TestBranchExternalPythonOperator::test_use_airflow_context_touch_other_variables`
 its acutally difference in the deserialisation between 2.8 and 2.10
   
   2.10 has this casting Context: 
https://github.com/apache/airflow/blob/v2-10-stable/airflow/serialization/serialized_objects.py#L829,
 where as 2.8 and 2.9 doesn't have this implementation. 
   
   


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