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

ansible-test reduced Python 2.7 support #15

Closed
10 tasks done
Tracked by #232 ...
mattclay opened this issue Mar 30, 2022 · 0 comments
Closed
10 tasks done
Tracked by #232 ...

ansible-test reduced Python 2.7 support #15

mattclay opened this issue Mar 30, 2022 · 0 comments

Comments

@mattclay
Copy link

mattclay commented Mar 30, 2022

On April 18th, 2022, the devel version of ansible-test will drop support for Python 2.7 on FreeBSD and openSUSE.

If you maintain a collection tested with either the following options, you will need to remove them from your test matrix or replace them with an alternative:

  • --remote freebsd/13.0 --python 2.7 -- Drop the --python option or specify 3.7, 3.8 or 3.9 instead.
  • --docker opensuse15py2 -- Use the opensuse15 container instead, which comes with Python 3.6 currently.

These changes should be made only for tests running against the ansible-core devel branch.

The checklist below covers repositories tested under the Ansible Azure Pipelines organization:

  • community.crypto:main - Update
    • Remove: opensuse15py2
  • community.general:stable-4 - Update
    • Remove: opensuse15py2
  • community.general:main - Update
    • Remove: opensuse15py2
  • community.docker:main - Update
    • Remove: opensuse15py2
  • ansible.ansible:devel - Update
    • Remove: opensuse15py2
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants