The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
5ca4c10811d750b85a66e9a22ea3c576072f5128 / Jarek Potiuk <[email protected]>
Run separate job for latest boto/botocore version when needed

By using aiobotocore, we are pinning botocore and boto to a specific
version (in aiobotocore extra of amazon provider). This means that
the boto/botocore dependencies will be updated less frequent in main
(every 3-4 months instead of every few days). This has the danger,
that we will detect errors resulting from the upgrade much later,
so we should run our amazon tests and depending tests with
the latest boto/botocore (having aibotocore uninstalled).

All deferrable tests should skip when aiobotocore is missing so only
non-deferrable tests should run in this job.

Report URL: https://github.com/apache/airflow/actions/runs/4441373841

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to