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/09/15 20:05:39 UTC

[GitHub] [airflow] potiuk edited a comment on pull request #18228: Fix provider test acessing importlib-resources

potiuk edited a comment on pull request #18228:
URL: https://github.com/apache/airflow/pull/18228#issuecomment-920337925


   > > WTH this seems to break `mock_kinesis` somehow?
   
   This change touches `setup.py` so it upgrades dependencies to latest.
    
   Seems that Botocore patchlevel was released yesterday and it breaks the test apparently. https://pypi.org/project/botocore/1.21.42/
   
   This is our early-warning for new dependencies breaking Airflow at its best. We should take a look at this failed kinesis test and fix it (either fix the test or limit botocore). Only PRs that are updating setup.py (and main) are affected. All other PRs are not, which limits the impact of such dependencies breaking our build.
   
   This can be reproduced locally by building the image with newer dependencies `./breeze --upgrade-to-newer-dependencies` .
   Anyone cares to fix 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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

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