hkc-8010 commented on PR #72923:
URL: https://github.com/apache/airflow/pull/72923#issuecomment-5631144457
The one red check, `Special tests / Latest Boto test: providers`, is not
from this PR.
The only failure in that job is:
```
FAILED
providers/amazon/tests/unit/amazon/aws/waiters/test_base_waiter.py::TestBaseBotoWaiter::test_waiter_deferrable
- ModuleNotFoundError: No module named 'aiobotocore'
```
That test was added to main yesterday in #72819, and it patches
`aiobotocore.waiter.create_waiter_with_client`
with no `importorskip` guard. The `--upgrade-boto` job removes
`aiobotocore==3.9.0` when it upgrades
boto3 and botocore to latest, so the import is missing in that environment
only. CI tests the branch
merged with main, so any PR opened after #72819 landed picks this up.
This PR only touches `providers/git`, and the git tests in that same job
passed. Everything else is
green so far.
--
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]