Merge pull request #314601 from Nebucatnetzer/enable-ghostcript-tests

pdfplumber: Enable tests depending on ghostscript
This commit is contained in:
Yt 2024-05-28 21:56:46 +00:00 committed by GitHub
commit bb6f727781
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
ghostscript,
jupyterlab,
nbexec,
pandas,
@ -45,6 +46,7 @@ buildPythonPackage rec {
'';
nativeCheckInputs = [
ghostscript
jupyterlab
nbexec
pandas
@ -66,8 +68,6 @@ buildPythonPackage rec {
"tests/test_display.py"
# Tests requires pypdfium2
"tests/test_issues.py"
# Tests require Ghostscript
"tests/test_repair.py"
];
meta = with lib; {