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

These attempt to access the UI from within the build and fail.
This commit is contained in:
Sarah Clark
2025-11-28 11:34:47 -08:00
parent dfb38ac8f3
commit edd2121ade
@@ -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 = [