mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03: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:
commit
c79ea03d70
1 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,8 @@ buildPythonPackage rec {
|
||||||
disabledTestPaths = [
|
disabledTestPaths = [
|
||||||
# Tests requires pypdfium2
|
# Tests requires pypdfium2
|
||||||
"tests/test_display.py"
|
"tests/test_display.py"
|
||||||
|
# Tests requires pypdfium2
|
||||||
|
"tests/test_issues.py"
|
||||||
# Tests require Ghostscript
|
# Tests require Ghostscript
|
||||||
"tests/test_repair.py"
|
"tests/test_repair.py"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue