Unverified Commit 3b5a9a76 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.ripser: disable failing tests on Darwin (#448967)

parents a9b9767f da3afd66
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -74,6 +74,10 @@ buildPythonPackage rec {
    "test_thresh"
    # assert(np.allclose(r1, r2))
    "test_zero_edge_bug"
    # assert (0, 2) == (1, 2)
    "test_verbose_true"
    # assert (0, 2) == (1, 2)
    "test_verbose_false"
  ];

  meta = {