Commit fe651fca authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.dask-glm: disable failing test

parent 14ab9e3c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -59,6 +59,9 @@ buildPythonPackage rec {
  disabledTests = [
    # ValueError: <class 'bool'> can be computed for one-element arrays only.
    "test_dot_with_sparse"

    # ValueError: `shape` was not provided.
    "test_sparse"
  ];

  __darwinAllowLocalNetworking = true;