Skip to content
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 #1893/06b729ce backport][stable-6] ec2_metadata_facts - Skip tests against 2.7 hosts when running Ansible-core >= 2.17 #1897

Commits on Dec 4, 2023

  1. ec2_metadata_facts - Skip tests against 2.7 hosts when running Ansibl…

    …e-core >= 2.17 (#1893)
    
    ec2_metadata_facts - Skip tests against 2.7 hosts when running Ansible-core >= 2.17
    
    SUMMARY
    ansible-core 2.17 will drop support for Python 2.7.  While in general we require Python > 3.7, we've had an exception for ec2_metadata_facts since it doesn't actually need botocore and it's used outside of the AWS ecosystem.
    Unfortunately it's no longer possible to test against 2.7 targets using the devel branch, so we'll have to skip those tests in CI (can still be run locally if folks are using ansible-core <2.17
    ISSUE TYPE
    
    Bugfix Pull Request
    
    COMPONENT NAME
    ec2_metadata_facts
    ADDITIONAL INFORMATION
    
    Reviewed-by: Alina Buzachis
    Reviewed-by: Mike Graves <[email protected]>
    (cherry picked from commit 06b729c)
    tremble authored and patchback[bot] committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    84c53c9 View commit details
    Browse the repository at this point in the history