potiuk commented 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 constraints 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]