about summary refs log tree commit diff
path: root/pkgs/development/python-modules/hdbscan
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2021-05-26 22:22:19 +0100
committerRobert Scott <code@humanleg.org.uk>2021-05-26 22:22:19 +0100
commit5bae3c6746d121e5acbdf3fda5fde31eac2d60d0 (patch)
tree48be82d72acfdbacb9bcb70901c5156220f5a601 /pkgs/development/python-modules/hdbscan
parent83820adde4830e19a1c46b99e8df9dd2cfd94466 (diff)
python3Packages.hdbscan: disable another flaky test
Diffstat (limited to 'pkgs/development/python-modules/hdbscan')
-rw-r--r--pkgs/development/python-modules/hdbscan/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/hdbscan/default.nix b/pkgs/development/python-modules/hdbscan/default.nix
index 5264ff24890d6..bf48d6cf5e761 100644
--- a/pkgs/development/python-modules/hdbscan/default.nix
+++ b/pkgs/development/python-modules/hdbscan/default.nix
@@ -40,6 +40,8 @@ buildPythonPackage rec {
     "test_mem_vec_diff_clusters"
     "test_all_points_mem_vec_diff_clusters"
     "test_approx_predict_diff_clusters"
+    # another flaky test https://github.com/scikit-learn-contrib/hdbscan/issues/421
+    "test_hdbscan_boruvka_balltree_matches"
   ];
 
   meta = with lib; {