potiuk commented on issue #37466:
URL: https://github.com/apache/airflow/issues/37466#issuecomment-1947542936

   Are you ABSOLUTELY sure you tested in on the latest main ? 
   
   Becauase I believe I fixed this very problem few days ago here: 
https://github.com/apache/airflow/pull/37320 - where indeed original 
monkeypatching was not removed and all those things you are patching now were 
initialized as side effect.
   
   But combining _AIRFLOW_SKIP_DB_TESTS and patching just Session and Engine 
which is a bit easier, does the trick in a much simpler way.
   
   I just run `breeze testing tests --test-type Core` in main and it did not 
fail with the error you suggest, so likely you assessed it's wrong based on the 
version that was before.
   
   Can you please re-verify if you still can reproduce the problem with latest 
main ? My feeling is that it is good now.


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