mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-27 13:53:03 +00:00
Use yaml.safe_load in unit tests SUMMARY The function signature in pyyaml 6 for yaml.load changed. Using safe_load fixes this. ISSUE TYPE Bugfix Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Jill R <None> Reviewed-by: None <None> Reviewed-by: Gonéri Le Bouder <goneri@lebouder.net>