You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
On April 18th, 2022, the
devel
version ofansible-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 theopensuse15
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:
The text was updated successfully, but these errors were encountered: