python311Packages.pdfplumber: disable tests with addtional requirements
This commit is contained in:
parent
d276de490a
commit
2c5dec5d0a
@ -62,6 +62,13 @@ buildPythonPackage rec {
|
||||
"test__repr_png_"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# Tests requires pypdfium2
|
||||
"tests/test_display.py"
|
||||
# Tests require Ghostscript
|
||||
"tests/test_repair.py"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Plumb a PDF for detailed information about each char, rectangle, line, et cetera — and easily extract text and tables";
|
||||
homepage = "https://github.com/jsvine/pdfplumber";
|
||||
|
Loading…
Reference in New Issue
Block a user