From ed6c681f8ebb73eb7f7e059e444307815d76a771 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Mon, 2 Feb 2026 10:46:48 +0200 Subject: [PATCH] python3.pkgs.xarray: fix disabled tests attribute & comments A fixup to: https://github.com/NixOS/nixpkgs/commit/0871428740c879a3eef0f399e8265ab6947df500 --- pkgs/development/python-modules/xarray/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/xarray/default.nix b/pkgs/development/python-modules/xarray/default.nix index bba1c51cc8a5..ce462aba7332 100644 --- a/pkgs/development/python-modules/xarray/default.nix +++ b/pkgs/development/python-modules/xarray/default.nix @@ -102,6 +102,8 @@ buildPythonPackage rec { ]; disabledTestPaths = [ + # The following 3 are reported upstream here: + # https://github.com/pydata/xarray/issues/11051 "xarray/tests/test_dataarray.py::TestDataArray::test_curvefit_helpers" # Failed: DID NOT RAISE "xarray/tests/test_duck_array_ops.py::test_extension_array_attr" # NotImplementedError: (CategoricalDtype(categories=['cat1', 'cat2', 'cat3'],... "xarray/tests/test_variable.py::TestIndexVariable::test_concat_periods" # ValueError: Could not convert Size: 40B