-
Notifications
You must be signed in to change notification settings - Fork 344
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
[PR #1202/b27ac1dc backport][stable-3] add pytest-forked to test requirements #1203
[PR #1202/b27ac1dc backport][stable-3] add pytest-forked to test requirements #1203
Conversation
add pytest-forked to test requirements SUMMARY ansible-test is using pytest --forked we need the sub-module installed ISSUE TYPE Bugfix Pull Request COMPONENT NAME test-requirements.txt ADDITIONAL INFORMATION See also: ansible/ansible#76679 Reviewed-by: Alina Buzachis <None> (cherry picked from commit b27ac1d)
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 21s |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 4m 44s |
ecs_ecr - Add encryption_configuration option SUMMARY Adds an encryption_configuration option for new repositories to allow specifying a KMS key. Fixes ansible-collections#1203. ISSUE TYPE Feature Pull Request COMPONENT NAME ecs_ecr ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None>
ecs_ecr - Add encryption_configuration option SUMMARY Adds an encryption_configuration option for new repositories to allow specifying a KMS key. Fixes ansible-collections#1203. ISSUE TYPE Feature Pull Request COMPONENT NAME ecs_ecr ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None>
ecs_ecr - Add encryption_configuration option SUMMARY Adds an encryption_configuration option for new repositories to allow specifying a KMS key. Fixes ansible-collections#1203. ISSUE TYPE Feature Pull Request COMPONENT NAME ecs_ecr ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Mark Chappell <None> Reviewed-by: Alina Buzachis <None>
This is a backport of PR #1202 as merged into main (b27ac1d).
SUMMARY
ansible-test is using
pytest --forked
we need the sub-module installedISSUE TYPE
COMPONENT NAME
test-requirements.txt
ADDITIONAL INFORMATION
See also: ansible/ansible#76679