uranusjr commented on a change in pull request #15470:
URL: https://github.com/apache/airflow/pull/15470#discussion_r617451613
##########
File path: scripts/in_container/_in_container_utils.sh
##########
@@ -318,6 +318,7 @@ function install_local_airflow_with_eager_upgrade() {
function install_all_providers_from_pypi_with_eager_upgrade() {
+ NO_PROVIDERS_EXTRAS=$(python -c 'import setup;
print(",".join(setup.CORE_EXTRAS_REQUIREMENTS.keys()))')
Review comment:
```suggestion
NO_PROVIDERS_EXTRAS=$(python -c 'import setup;
print(",".join(setup.CORE_EXTRAS_REQUIREMENTS))')
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]