potiuk commented on pull request #17575: URL: https://github.com/apache/airflow/pull/17575#issuecomment-922542839
> I guess the concern there is about the local development environment? Of course, if you run a test locally and numpy is missing, you can just install it. We have PLENTY of tests that will fail when some extra is not installed. That's why we have https://github.com/apache/airflow/blob/main/BREEZE.rst with all deps installed in the docker image (which is 1-1 replica of CI test environment), and https://github.com/apache/airflow/blob/main/LOCAL_VIRTUALENV.rst#creating-a-local-virtualenv where we explain that you need to add "devel" extra if you want to install local virtualenv for development. So I think all is good here -- 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]
