diff --git a/pkgs/development/python-modules/hdbscan/default.nix b/pkgs/development/python-modules/hdbscan/default.nix index 29dd585d8bec..1374a72abf74 100644 --- a/pkgs/development/python-modules/hdbscan/default.nix +++ b/pkgs/development/python-modules/hdbscan/default.nix @@ -44,6 +44,9 @@ buildPythonPackage rec { "test_approx_predict_diff_clusters" # another flaky test https://github.com/scikit-learn-contrib/hdbscan/issues/421 "test_hdbscan_boruvka_balltree_matches" + # more flaky tests https://github.com/scikit-learn-contrib/hdbscan/issues/570 + "test_hdbscan_boruvka_balltree" + "test_hdbscan_best_balltree_metric" ]; pythonImportsCheck = [ "hdbscan" ];