Skip to content

Commit

Permalink
python3Packages.hdbscan: disable flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
risicle committed May 19, 2021
1 parent dbfdb51 commit 6241560
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/python-modules/hdbscan/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ buildPythonPackage rec {
rm __init__.py
'';
checkInputs = [ pytestCheckHook ];
disabledTests = [
# known flaky tests: https://github.com/scikit-learn-contrib/hdbscan/issues/420
"test_mem_vec_diff_clusters"
"test_all_points_mem_vec_diff_clusters"
"test_approx_predict_diff_clusters"
];

meta = with lib; {
description = "Hierarchical Density-Based Spatial Clustering of Applications with Noise, a clustering algorithm with a scikit-learn compatible API";
Expand Down

0 comments on commit 6241560

Please sign in to comment.