From b6a8cca450ab3958ebf78b7c6de187dbf183fcec Mon Sep 17 00:00:00 2001 From: Timo Gottszky Date: Wed, 8 Jul 2026 16:52:16 +0200 Subject: [PATCH] python3Packages.persim: reenable disabled tests --- .../python-modules/persim/default.nix | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/pkgs/development/python-modules/persim/default.nix b/pkgs/development/python-modules/persim/default.nix index 1042afdc1992..b54a4d1ff558 100644 --- a/pkgs/development/python-modules/persim/default.nix +++ b/pkgs/development/python-modules/persim/default.nix @@ -51,22 +51,6 @@ buildPythonPackage (finalAttrs: { pythonImportsCheck = [ "persim" ]; - disabledTests = [ - # AttributeError: module 'collections' has no attribute 'Iterable' - "test_empyt_diagram_list" - "test_empty_diagram_list" - "test_fit_diagram" - "test_integer_diagrams" - "test_lists_of_lists" - "test_mixed_pairs" - "test_multiple_diagrams" - "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 = { description = "Distances and representations of persistence diagrams"; homepage = "https://persim.scikit-tda.org";