kacpermuda commented on PR #52441: URL: https://github.com/apache/airflow/pull/52441#issuecomment-3036070566
Commenting out will not help, as we're also importing from system.openlineage within google system tests e.g. `from system.openlineage.operator import OpenLineageTestOperator`. Some tests may pass, but some will still fail. One option would be to copy needed modules from OL system tests to Google system tests, but maybe there is en easier way. @potiuk Is here a way to have a cross-provider pytest fixture or some cross-provider code used for system tests ? -- 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]
