summaryrefslogtreecommitdiff
path: root/changelogs/fragments/ansible-test-import-collections.yml
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/fragments/ansible-test-import-collections.yml')
-rw-r--r--changelogs/fragments/ansible-test-import-collections.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-import-collections.yml b/changelogs/fragments/ansible-test-import-collections.yml
new file mode 100644
index 0000000000..99c4bd8b15
--- /dev/null
+++ b/changelogs/fragments/ansible-test-import-collections.yml
@@ -0,0 +1,5 @@
+bugfixes:
+ - ansible-test - The ``import`` sanity test no longer reports errors about ``packaging`` being missing when testing collections.
+minor_changes:
+ - The collection loader now reports a Python warning if an attempt is made to install the Ansible collection loader a second time.
+ Previously this condition was reported using an Ansible warning.