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 2021/12/20 12:46:40 UTC

[GitHub] [airflow] uranusjr opened a new pull request #20420: Try to fix deprecation warnings from distutils update

uranusjr opened a new pull request #20420:
URL: https://github.com/apache/airflow/pull/20420


   The _Build and test provider packages wheel_ job is currently failing on main because setuptools has formally deprecate the `Version` class in their `distutils` copy. This class is unfortunately still used by a couple of dependencies (namely `eventlet` and `fsspec`).


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] github-actions[bot] commented on pull request #20420: Try to fix deprecation warnings from distutils update

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #20420:
URL: https://github.com/apache/airflow/pull/20420#issuecomment-997903963


   The PR is likely ready to be merged. No tests are needed as no important environment files, nor python files were modified by it. However, committers might decide that full test matrix is needed and add the 'full tests needed' label. Then you should rebase it to the latest main or amend the last commit of the PR, and push it with --force-with-lease.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] uranusjr merged pull request #20420: Try to fix deprecation warnings from distutils update

Posted by GitBox <gi...@apache.org>.
uranusjr merged pull request #20420:
URL: https://github.com/apache/airflow/pull/20420


   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org