python310Packages.persim: disable failing test

This commit is contained in:
Fabian Affolter 2023-05-19 15:26:25 +02:00
parent b7a9deb5bd
commit 3750e418e3

View file

@ -63,11 +63,14 @@ buildPythonPackage rec {
"test_n_pixels"
# https://github.com/scikit-tda/persim/issues/67
"test_persistenceimager"
# ValueError: setting an array element with a sequence
"test_exact_critical_pairs"
];
meta = with lib; {
description = "Distances and representations of persistence diagrams";
homepage = "https://persim.scikit-tda.org";
changelog = "https://github.com/scikit-tda/persim/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ costrouc ];
broken = stdenv.isDarwin;