From eab7e8e4f677e2db663e059a51f2b995a175a654 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 8 Sep 2025 19:22:50 +0200 Subject: [PATCH] python313Packages.narwhals: 2.0.1 -> 2.4.0 --- pkgs/development/python-modules/narwhals/default.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/narwhals/default.nix b/pkgs/development/python-modules/narwhals/default.nix index 71e531679c3e..7f41ed3df2ce 100644 --- a/pkgs/development/python-modules/narwhals/default.nix +++ b/pkgs/development/python-modules/narwhals/default.nix @@ -21,14 +21,14 @@ buildPythonPackage rec { pname = "narwhals"; - version = "2.0.1"; + version = "2.4.0"; pyproject = true; src = fetchFromGitHub { owner = "narwhals-dev"; repo = "narwhals"; tag = "v${version}"; - hash = "sha256-NptQHnv0PoAbD0RIghBrtDPsYidq1k4LN/mUfz4n6G0="; + hash = "sha256-ReF/6UNxxeQd4RspzmauEUJGaI1kY3hMPNYSDg8ZP2w="; }; build-system = [ hatchling ]; @@ -68,6 +68,11 @@ buildPythonPackage rec { # Timezone issue "test_to_datetime" "test_unary_two_elements" + # Test requires pyspark binary + "test_datetime_w_tz_pyspark" + "test_convert_time_zone_to_connection_tz_pyspark" + "test_replace_time_zone_to_connection_tz_pyspark" + "test_lazy" ]; pytestFlags = [