From fe651fca2a13275fb9aca3f3d3d00d75362a4d09 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 12 Apr 2025 01:29:02 +0200 Subject: [PATCH] python312Packages.dask-glm: disable failing test --- pkgs/development/python-modules/dask-glm/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/dask-glm/default.nix b/pkgs/development/python-modules/dask-glm/default.nix index 97cfa6100313..a57babf53c21 100644 --- a/pkgs/development/python-modules/dask-glm/default.nix +++ b/pkgs/development/python-modules/dask-glm/default.nix @@ -59,6 +59,9 @@ buildPythonPackage rec { disabledTests = [ # ValueError: can be computed for one-element arrays only. "test_dot_with_sparse" + + # ValueError: `shape` was not provided. + "test_sparse" ]; __darwinAllowLocalNetworking = true;