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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user