From 3750e418e38b16532738c9d970811845182af344 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 19 May 2023 15:26:25 +0200 Subject: [PATCH] python310Packages.persim: disable failing test --- pkgs/development/python-modules/persim/default.nix | 3 +++ 1 file changed, 3 insertions(+) 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;