Commit 1f7c814b authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.dscribe: disable failing test on aarch64-linux

parent fe651fca
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -67,10 +67,14 @@ buildPythonPackage rec {
      # AttributeError: module 'numpy' has no attribute 'product'
      "test_extended_system"
    ]
    ++ lib.optionals stdenv.hostPlatform.isDarwin [
    ++
      lib.optionals
        ((stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) || stdenv.hostPlatform.isDarwin)
        [
          # AssertionError on a numerical test
          "test_cell_list"

        ]
    ++ lib.optionals stdenv.hostPlatform.isDarwin [
      # Fatal Python error: Aborted
      # matplotlib/backend_bases.py", line 2654 in create_with_canvas
      "test_examples"