Commit 324c1ac3 authored by Andreas Zweili's avatar Andreas Zweili
Browse files

pdfplumber: disable additional tests depending on pypdfium2

parent 67e269e2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -64,6 +64,8 @@ buildPythonPackage rec {
  disabledTestPaths = [
    # Tests requires pypdfium2
    "tests/test_display.py"
    # Tests requires pypdfium2
    "tests/test_issues.py"
    # Tests require Ghostscript
    "tests/test_repair.py"
  ];