diff --git a/dist/scripts/tests/test_root_safe_provider_selection.py b/dist/scripts/tests/test_root_safe_provider_selection.py index 148286fcdea..f1405377994 100644 --- a/dist/scripts/tests/test_root_safe_provider_selection.py +++ b/dist/scripts/tests/test_root_safe_provider_selection.py @@ -128,6 +128,8 @@ def setUp(self): (self.config_dir / "keep-in-spark-shim-dirs.txt").write_text( "org/apache/iceberg/*.class\n") (self.config_dir / "build" / "iceberg_runtime.py").write_text( + "def system_runtime_path(get_property):\n" + " return None\n" "def coordinates(zip_handle, buildver, scala_version, get_property):\n" " return []\n") create_artifacts(self.project_dir)