Continuously checking botocore using GH Actions #843
Andrew-Chen-Wang
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
the problem is there's still a chicken an egg problem, each version of botocore could introduce new features, which means we won't have tests for these new features. We'd have to automate running botocore's tests asynchronously as well which would be quite the undertaking :) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, neat package! I saw in a different issue about the pinning of botocore. I see you were worried about things breaking. One way we could potentially fix this is by versioning aiobotocore with botocore. Something like mypy-boto3's CI/CD is doing.
Otherwise, a different idea to continuously check if aiobotocore supports a certain botocore version is to do a daily CI run using GitHub actions. We could update a certain MD file to show which versions of botocore is supported by which latest version aiobotocore (hope that made sense).
Beta Was this translation helpful? Give feedback.
All reactions