python312Packages.dask-glm: disable failing test

This commit is contained in:
Gaetan Lepage
2025-04-12 01:29:58 +02:00
parent 14ab9e3cdf
commit fe651fca2a
@@ -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;