Taragolis commented on PR #39084:
URL: https://github.com/apache/airflow/pull/39084#issuecomment-2062078087

   > How were these tests passing? Or were they not being run?
   
   No this actually running, there is some nice hack and tricks for import this 
deprecated in 2.0 core stuff, right now it lazily load when it accessed to 
deprecated and this is exact the same class as non deprecated, so it pass any 
checks. 
   
   In other PR I changed a bit this kind of imports: wrap it in deprecated 
decorator and create created new subclass of actual classes so it won't pass 
the check to is instance 
https://github.com/apache/airflow/actions/runs/8712352308/job/23898668348?pr=3907


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