Merge pull request #314597 from Nebucatnetzer/remove-pdfium-tests

pdfplumber: disable additional tests depending on pypdfium2
This commit is contained in:
Yt 2024-05-25 22:26:48 +00:00 committed by GitHub
commit f7626b18ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"
];