diff --git a/tests/test_compile_config.py b/tests/test_compile_config.py index 6586af4..4a9d828 100644 --- a/tests/test_compile_config.py +++ b/tests/test_compile_config.py @@ -51,7 +51,9 @@ def test_auto_adjusting_path(tmp_path, interpolate): str(test_file), method=hiyapyco.METHOD_MERGE, interpolate=interpolate, - loader_callback=partial(_load_yaml_with_auto_adjusting_paths, destination=destination), + loader_callback=partial( + _load_yaml_with_auto_adjusting_paths, destination=destination, missing_path_warnings=set() + ), ) ruamel = YAML()