python312Packages.dask-ml: skip failing tests

This commit is contained in:
Gaetan Lepage
2025-03-06 12:27:46 +01:00
parent 41f1bdc87b
commit 742d8ccf38
@@ -1,9 +1,7 @@
{
lib,
stdenv,
buildPythonPackage,
fetchFromGitHub,
fetchpatch,
# build-system
hatch-vcs,
@@ -78,6 +76,16 @@ buildPythonPackage rec {
disabledTests = [
# AssertionError: Regex pattern did not match.
"test_unknown_category_transform_array"
# ValueError: cannot broadcast shape (nan,) to shape (nan,)
# https://github.com/dask/dask-ml/issues/1012
"test_fit_array"
"test_fit_frame"
"test_fit_transform_frame"
"test_laziness"
"test_lr_score"
"test_ok"
"test_scoring_string"
];
__darwinAllowLocalNetworking = true;