-
Notifications
You must be signed in to change notification settings - Fork 346
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
Various pylint fixups #2444
Various pylint fixups #2444
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
recheck |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 31s |
6a90c1a
to
74396d4
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 5m 07s |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 12m 42s |
bf4cb9a
into
ansible-collections:main
Backport to stable-9: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply bf4cb9a on top of patchback/backports/stable-9/bf4cb9a90b5f051649118773862de1a1dfb3c5a4/pr-2444 Backporting merged PR #2444 into main
🤖 @patchback |
SUMMARY fixes various linting warnings: redefined-builtin redefined-outer-name no-else-continue simplifiable-if-statement unused-import ISSUE TYPE Bugfix Pull Request COMPONENT NAME plugins/modules/ec2_ami.py plugins/modules/ec2_vpc_vpn.py plugins/modules/s3_bucket.py plugins/modules/s3_object.py tests/unit/ ADDITIONAL INFORMATION Also applies the "maybe_sleep" fixture to the ACM tests which have retries attached to them. Reviewed-by: Alina Buzachis
SUMMARY fixes various linting warnings: redefined-builtin redefined-outer-name no-else-continue simplifiable-if-statement unused-import ISSUE TYPE Bugfix Pull Request COMPONENT NAME plugins/modules/ec2_ami.py plugins/modules/ec2_vpc_vpn.py plugins/modules/s3_bucket.py plugins/modules/s3_object.py tests/unit/ ADDITIONAL INFORMATION Also applies the "maybe_sleep" fixture to the ACM tests which have retries attached to them. Reviewed-by: Alina Buzachis
SUMMARY Quick fix for unit test failures following ansible-collections/amazon.aws#2444 ISSUE TYPE Bugfix Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Bikouo Aubin
SUMMARY Quick fix for unit test failures following ansible-collections/amazon.aws#2444 ISSUE TYPE Bugfix Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Bikouo Aubin (cherry picked from commit 959855c)
SUMMARY fixes various linting warnings: redefined-builtin redefined-outer-name no-else-continue simplifiable-if-statement unused-import ISSUE TYPE Bugfix Pull Request COMPONENT NAME plugins/modules/ec2_ami.py plugins/modules/ec2_vpc_vpn.py plugins/modules/s3_bucket.py plugins/modules/s3_object.py tests/unit/ ADDITIONAL INFORMATION Also applies the "maybe_sleep" fixture to the ACM tests which have retries attached to them. Reviewed-by: Alina Buzachis
SUMMARY fixes various linting warnings: redefined-builtin redefined-outer-name no-else-continue simplifiable-if-statement unused-import ISSUE TYPE Bugfix Pull Request COMPONENT NAME plugins/modules/ec2_ami.py plugins/modules/ec2_vpc_vpn.py plugins/modules/s3_bucket.py plugins/modules/s3_object.py tests/unit/ ADDITIONAL INFORMATION Also applies the "maybe_sleep" fixture to the ACM tests which have retries attached to them. Reviewed-by: Alina Buzachis
SUMMARY fixes various linting warnings: redefined-builtin redefined-outer-name no-else-continue simplifiable-if-statement unused-import ISSUE TYPE Bugfix Pull Request COMPONENT NAME plugins/modules/ec2_ami.py plugins/modules/ec2_vpc_vpn.py plugins/modules/s3_bucket.py plugins/modules/s3_object.py tests/unit/ ADDITIONAL INFORMATION Also applies the "maybe_sleep" fixture to the ACM tests which have retries attached to them. Reviewed-by: Alina Buzachis SUMMARY ISSUE TYPE Bugfix Pull Request Docs Pull Request Feature Pull Request New Module Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Mandar Kulkarni <mandar242@gmail.com> Reviewed-by: Mark Chappell
This is a backport of PR #2212 as merged into main (959855c). SUMMARY Quick fix for unit test failures following ansible-collections/amazon.aws#2444 ISSUE TYPE Bugfix Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Bikouo Aubin
Manually backported |
SUMMARY
fixes various linting warnings:
ISSUE TYPE
COMPONENT NAME
plugins/modules/ec2_ami.py
plugins/modules/ec2_vpc_vpn.py
plugins/modules/s3_bucket.py
plugins/modules/s3_object.py
tests/unit/
ADDITIONAL INFORMATION
Also applies the "maybe_sleep" fixture to the ACM tests which have retries attached to them.