Unverified Commit b459251e authored by Florian's avatar Florian Committed by GitHub
Browse files

Merge pull request #336109 from ofalvai/inkex-fix-tests

inkex: fix tests on darwin
parents 0141f779 4a9f3c45
Loading
Loading
Loading
Loading
+11 −4
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  buildPythonPackage,
  inkscape,
  fetchpatch,
@@ -62,9 +63,15 @@ buildPythonPackage {
    scour
  ];

  disabledTests = [
  disabledTests =
    [
      "test_extract_multiple"
      "test_lookup_and"
    ]
    ++ lib.optional stdenv.isDarwin [
      "test_image_extract"
      "test_path_number_nodes"
      "test_plotter" # Hangs
    ];

  disabledTestPaths = [