[PR #9179/a3bd49c0 backport][stable-10] deps module utils: unit tests + minor improvement (#9182)

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

(cherry picked from commit a3bd49c010)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2024-11-25 19:49:12 +01:00 committed by GitHub
parent 5fe39082d5
commit 0b64fc1ee4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 81 additions and 1 deletions

View file

@ -48,4 +48,4 @@ def patch_ansible_module(request, mocker):
@pytest.fixture(autouse=True)
def deps_cleanup():
deps._deps.clear()
deps.clear()