From d47c0dd66210c9272f896eb43db93fae8038614e Mon Sep 17 00:00:00 2001 From: Patryk Czajka Date: Thu, 21 Mar 2024 16:14:32 +0100 Subject: [PATCH] (probably) fix windows integration tests --- src/snowflake/cli/plugins/snowpark/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snowflake/cli/plugins/snowpark/models.py b/src/snowflake/cli/plugins/snowpark/models.py index 8958fb8940..9a682dd15c 100644 --- a/src/snowflake/cli/plugins/snowpark/models.py +++ b/src/snowflake/cli/plugins/snowpark/models.py @@ -111,7 +111,7 @@ def from_wheel(cls, wheel_path: Path): return None root = zipfile.Path(whl) - metadata = (root / metadata_path[0]).read_text() + metadata = (root / metadata_path[0]).read_text(encoding="utf-8") dep_keyword = "Requires-Dist:" dependencies = [