-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests: don't test ancient boto3 versions #636
tests: don't test ancient boto3 versions #636
Conversation
4c3ba25
to
0446072
Compare
0446072
to
067f6f8
Compare
recheck |
recheck |
5 similar comments
recheck |
recheck |
recheck |
recheck |
recheck |
067f6f8
to
4a98e59
Compare
These tests were a source of problems and are pointless now we only support `boto3 >= 1.13.0` and `botocore >= 1.16.0`
4a98e59
to
512755c
Compare
# Run full test suite | ||
source virtualenv.sh | ||
pip install 'botocore' 'boto3>=1.16.57' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
boto3 >= 1.13.0
boto3 1.16.57 is only around 6 months old...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I went to fast on this one.
Made moot by #675 |
…tly (ansible-collections#636) Fix typo Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: Jill R <None>
SUMMARY
These tests were a source of problems and are pointless now we only
support
boto3 >= 1.13.0
andbotocore >= 1.16.0
ISSUE TYPE
COMPONENT NAME
tests