mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
pdfplumber: disable additional tests depending on pypdfium2
(cherry picked from commit 324c1ac315
)
This commit is contained in:
parent
805a384895
commit
910ea38af9
@ -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"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user