Merge pull request #153054 from Mic92/fix-tts

python3.pkgs.umap-learn: fix build
This commit is contained in:
Jörg Thalheim
2022-01-11 18:24:25 +00:00
committed by GitHub
@@ -52,6 +52,9 @@ buildPythonPackage rec {
# Flaky test. Fails with AssertionError sometimes.
"test_sparse_hellinger"
# tensorflow maybe incompatible? https://github.com/lmcinnes/umap/issues/821
"test_save_load"
];
meta = with lib; {