edwardwang888 edited a comment on pull request #17575: URL: https://github.com/apache/airflow/pull/17575#issuecomment-922545748
> 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 @potiuk Thanks. One clarification - from https://github.com/apache/airflow/pull/18343#discussion_r711648377, I got the impression that `devel` extra contains the libraries needed for core testing (in local virtualenv). Does `test_json.py` count as core testing? I think that's where I'm confused about why numpy only needs to be installed in `devel_all`, but not `devel`. -- 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]
