1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-15 16:31:30 +00:00

ansible-core 2.20: avoid deprecated functionality (#10687)

Avoid deprecated functionality.
This commit is contained in:
Felix Fontein 2025-08-18 06:25:23 +02:00 committed by GitHub
parent ceba0cbedb
commit 47e8a3c193
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 23 additions and 21 deletions

View file

@ -10,7 +10,7 @@ import json
from collections import OrderedDict
from ansible_collections.community.general.plugins.modules.jenkins_plugin import JenkinsPlugin
from ansible.module_utils.common._collections_compat import Mapping
from ansible.module_utils.six.moves.collections_abc import Mapping
from ansible_collections.community.internal_test_tools.tests.unit.compat.mock import (
MagicMock,
patch,