Unverified Commit bb6f7277 authored by Yt's avatar Yt Committed by GitHub
Browse files

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

pdfplumber: Enable tests depending on ghostscript
parents 2db2da68 e077c8a0
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; {