cleanup(inventory,tests): Remove dependency on addict

Replace the remaining uses of addict's Dict with ResourceField of the
Kubernetes client. This allows to drop the dependency on addict.

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
Felix Matouschek
2024-07-11 15:32:25 +02:00
parent 060ac97b68
commit c55763b5aa
3 changed files with 6 additions and 8 deletions

View File

@@ -1,4 +1,3 @@
addict
pytest
pytest-ansible
pytest-mock