Update the default-test-container in ansible-test.

The updated container includes fewer requirements now that the collection migration has completed.

Collections which encounter test issues with this new container should update their test requirements files to include the necessary requirements.
pull/69463/head
Matt Clay 4 years ago
parent d0484fbf74
commit 83381cd912

@ -0,0 +1,2 @@
minor_changes:
- ansible-test has been updated to use ``default-test-container:1.13`` which includes fewer Python requirements now that most modules and tests have been migrated to collections.

@ -1,4 +1,4 @@
default name=quay.io/ansible/default-test-container:1.12 python=3.6,2.6,2.7,3.5,3.7,3.8,3.9 seccomp=unconfined
default name=quay.io/ansible/default-test-container:1.13 python=3.6,2.6,2.7,3.5,3.7,3.8,3.9 seccomp=unconfined
centos6 name=quay.io/ansible/centos6-test-container:1.8.0 python=2.6 seccomp=unconfined
centos7 name=quay.io/ansible/centos7-test-container:1.8.0 python=2.7 seccomp=unconfined
centos8 name=quay.io/ansible/centos8-test-container:1.10.0 python=3.6 seccomp=unconfined

Loading…
Cancel
Save