You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/12/31 18:40:25 UTC

[GitHub] [airflow] r-richmond commented on a change in pull request #13409: Removes provider-imposed requirements from setup.cfg

r-richmond commented on a change in pull request #13409:
URL: https://github.com/apache/airflow/pull/13409#discussion_r550635238



##########
File path: Dockerfile.ci
##########
@@ -314,6 +314,11 @@ COPY airflow/__init__.py ${AIRFLOW_SOURCES}/airflow/__init__.py
 ARG UPGRADE_TO_NEWER_DEPENDENCIES="false"
 ENV UPGRADE_TO_NEWER_DEPENDENCIES=${UPGRADE_TO_NEWER_DEPENDENCIES}
 
+# Those are additional constraints that are needed for some extras but we do not want to
+# Force them on the main Airflow package
+ARG EAGER_UPGRADE_ADDITIONAL_REQUIREMENTS

Review comment:
       Is this line necessary given the one below it?




----------------------------------------------------------------
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:
users@infra.apache.org