mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 00:54:40 +00:00
Merge pull request #314601 from Nebucatnetzer/enable-ghostcript-tests
pdfplumber: Enable tests depending on ghostscript
This commit is contained in:
commit
bb6f727781
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user