Loading pkgs/development/python-modules/inkex/default.nix +11 −4 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, inkscape, fetchpatch, Loading Loading @@ -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 = [ Loading Loading
pkgs/development/python-modules/inkex/default.nix +11 −4 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, inkscape, fetchpatch, Loading Loading @@ -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 = [ Loading