pdfplumber: disable additional tests depending on pypdfium2

(cherry picked from commit 324c1ac315)
This commit is contained in:
Andreas Zweili 2024-05-25 15:47:41 +02:00 committed by github-actions[bot]
parent 805a384895
commit 910ea38af9

View File

@ -64,6 +64,8 @@ buildPythonPackage rec {
disabledTestPaths = [
# Tests requires pypdfium2
"tests/test_display.py"
# Tests requires pypdfium2
"tests/test_issues.py"
# Tests require Ghostscript
"tests/test_repair.py"
];