mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-05 10:10:31 -07:00
replace mock and compat with code from community.internal_test_tools
This commit is contained in:
parent
0c747bb7fb
commit
b643de123c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ mandatory_py_version = pytest.mark.skipif(
|
||||||
)
|
)
|
||||||
|
|
||||||
from ansible_collections.community.general.plugins.modules import proxmox_backup_schedule
|
from ansible_collections.community.general.plugins.modules import proxmox_backup_schedule
|
||||||
from ansible_collections.community.general.tests.unit.compat.mock import patch
|
from ansible_collections.community.internal_test_tools.tests.unit.compat.mock import patch
|
||||||
from ansible_collections.community.general.tests.unit.plugins.modules.utils import (
|
from ansible_collections.community.general.tests.unit.plugins.modules.utils import (
|
||||||
AnsibleExitJson,
|
AnsibleExitJson,
|
||||||
AnsibleFailJson,
|
AnsibleFailJson,
|
||||||
|
|
Loading…
Add table
Reference in a new issue