mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
Merge pull request #316121 from NixOS/backport-314597-to-release-24.05
[Backport release-24.05] pdfplumber: disable additional tests depending on pypdfium2
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user