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 26 mutatormath 27 27 ]; 28 28 29 + # tests require custom commands to run 30 + doCheck = false; 31 + pythonImportsCheck = [ "ufoProcessor" ]; 32 + 29 33 meta = with lib; { 30 34 description = "Read, write and generate UFOs with designspace data"; 31 35 homepage = "https://github.com/LettError/ufoProcessor";