potiuk commented on pull request #17575: URL: https://github.com/apache/airflow/pull/17575#issuecomment-922550696
> Does test_json.py count as core testing? Depends what you mean by "core". There is no mentioning of "core" in the extras doc: From https://airflow.apache.org/docs/apache-airflow/stable/extra-packages-ref.html#bundle-extras extra | install command | enables -- | -- | -- all | pip install 'apache-airflow[all]' | All Airflow user facing features (no devel and doc requirements) all_dbs | pip install 'apache-airflow[all_dbs]' | All databases integrations devel | pip install 'apache-airflow[devel]' | Minimum dev tools requirements (without providers) devel_hadoop | pip install 'apache-airflow[devel_hadoop]' | Same as devel + dependencies for developing the Hadoop stack devel_all | pip install 'apache-airflow[devel_all]' | Everything needed for development (devel_hadoop + providers) devel_ci | pip install 'apache-airflow[devel_ci]' | All dependencies required for CI build. It's clear that `devel` is for all tests except providers. the `test.json` is not in providers. Do you think it's ambiguous? maybe you would like to improve the docs if things are not clear enough ? We have more than 1700 contibutors and clarifications from users like you who have doubts, are most welcome. Do you think this can be improved in the docs? How? -- 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]
