uranusjr commented on a change in pull request #20549: URL: https://github.com/apache/airflow/pull/20549#discussion_r779336877
########## File path: Dockerfile.ci ########## @@ -25,7 +25,7 @@ ARG AIRFLOW_VERSION="2.2.0.dev0" ARG AIRFLOW_IMAGE_REPOSITORY="https://github.com/apache/airflow" # By increasing this number we can do force build of all dependencies -ARG DEPENDENCIES_EPOCH_NUMBER="6" Review comment: Actually since `pep562` is only installed on `python_version < '3.7'`, I don’t think we even need to rebuild the dependencies because it is never actually installed in any of the images right now. -- 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]
