Commit edd2121a authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.pymupdf: disable tests that trigger Trace/BPT trap 5 on Darwin

These attempt to access the UI from within the build and fail.
parent dfb38ac8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -140,6 +140,11 @@ buildPythonPackage rec {
  disabledTestPaths = [
    # mad about markdown table formatting
    "tests/test_tables.py::test_markdown"
  ]
  ++ lib.optional stdenv.hostPlatform.isDarwin [
    # Trace/BPT trap: 5 when getting widget options
    "tests/test_4505.py"
    "tests/test_widgets.py"
  ];

  pythonImportsCheck = [