choo121600 commented on PR #52037:
URL: https://github.com/apache/airflow/pull/52037#issuecomment-2997735537

   I removed the pytestmark = pytest.mark.db_test marker.
   
   However, since some tests still require a database connection, I kept 
@pytest.mark.db_test for those specific test functions.
   
   Another change is the use of mock_connection with MagicMock. This was added 
to address the SQLAlchemy ORM initialization error that previously caused CI 
failures.


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