diff --git a/pkgs/development/python-modules/persim/default.nix b/pkgs/development/python-modules/persim/default.nix index adbfda8a479..7cf199eee07 100644 --- a/pkgs/development/python-modules/persim/default.nix +++ b/pkgs/development/python-modules/persim/default.nix @@ -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;