pierrejeambrun commented on PR #26872: URL: https://github.com/apache/airflow/pull/26872#issuecomment-1272599906
Ok, indeed importing future annotations in the `decorators/test_python.py`, is breaking `test_infer_multiple_outputs_using_dict_typing` is not working, because `multiple_outputs` that should be True is False. In fact importing the future annotations breaks the `typing_extensions.get_type_hints(self.function)` for infering multiple outputs based on type annotations. -- 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]
