pythonPackages.ufoprocessor: Disable tests

authored by Sandro Jäckel and committed by Jonathan Ringer 15905ed1 a257c111

+4
+4
pkgs/development/python-modules/ufoprocessor/default.nix
··· 26 mutatormath 27 ]; 28 29 meta = with lib; { 30 description = "Read, write and generate UFOs with designspace data"; 31 homepage = "https://github.com/LettError/ufoProcessor";
··· 26 mutatormath 27 ]; 28 29 + # tests require custom commands to run 30 + doCheck = false; 31 + pythonImportsCheck = [ "ufoProcessor" ]; 32 + 33 meta = with lib; { 34 description = "Read, write and generate UFOs with designspace data"; 35 homepage = "https://github.com/LettError/ufoProcessor";