Commit e077c8a0 authored by Andreas Zweili's avatar Andreas Zweili
Browse files

pdfplumber: Enable tests depending on ghostscript

parent 83ae7d9d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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; {