You've already forked community.general
mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 07:41:16 +03:00
deps module utils: unit tests + minor improvement (#9179)
* deps module utils: unit tests + minor improvement * deps.clear() calls dict.clear() instead of creating new dict * add changelog frag
This commit is contained in:
@ -48,4 +48,4 @@ def patch_ansible_module(request, mocker):
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def deps_cleanup():
|
||||
deps._deps.clear()
|
||||
deps.clear()
|
||||
|
Reference in New Issue
Block a user