potiuk commented on PR #50449: URL: https://github.com/apache/airflow/pull/50449#issuecomment-2870195070
Also compatibility tests will have problem in this case - we might need to add some special case for the compat tests to pass -- the extra is not defined in Airflow 3.0.0, so we cannot really install it via `extra` - we should likely add separate installation of the missing dependencies in case of 3.0 tests - until at least the 3.0 * version tested in back-compat has the same extra defined. Or maybe just conditionally skipping the tests with `importorskip` - that woudl also work. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org