Loading pkgs/development/python-modules/pymupdf/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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 = [ Loading Loading
pkgs/development/python-modules/pymupdf/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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 = [ Loading