mirror of https://github.com/ansible/ansible.git
ansible-test - Handle externally managed Python (#82883)
Remove EXTERNALLY-MANAGED marker in ansible-test managed environments Additional changes: - Test the Alpine 3.19 container - Stop testing Alpine 3.18 container and remote - Add missing changelog entry the Alpine 3.19 containerpull/82884/head
parent
73701004b0
commit
a1ad7100df
@ -0,0 +1,4 @@
|
||||
minor_changes:
|
||||
- ansible-test - Containers and remotes managed by ansible-test will have their Python ``EXTERNALLY-MANAGED`` marker (PEP668) removed.
|
||||
This provides backwards compatibility for existing tests running in newer environments which mark their Python as externally managed.
|
||||
A future version of ansible-test may change this behavior, requiring tests to be adapted to such environments.
|
@ -1,2 +1,3 @@
|
||||
minor_changes:
|
||||
- ansible-test - Add Alpine 3.19 to remotes.
|
||||
- ansible-test - Add Alpine 3.19 container.
|
||||
|
Loading…
Reference in New Issue