Merge pull request #124545 from risicle/ris-hdbscan-disable-another-flaky-test

python3Packages.hdbscan: disable another flaky test
This commit is contained in:
Fabian Affolter 2021-05-28 11:29:44 +02:00 committed by GitHub
commit 97eeca76e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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