Merge pull request #124796 from risicle/ris-hdbscan-disable-another-flaky-test-r21.05

[21.05] python3Packages.hdbscan: disable another flaky test
This commit is contained in:
Sandro
2021-05-31 12:08:48 +02:00
committed by GitHub

View File

@@ -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; {