pythonPackages.ufoprocessor: Disable tests

This commit is contained in:
Sandro Jäckel
2021-01-13 18:55:53 +01:00
committed by Jonathan Ringer
parent a257c11148
commit 15905ed176

View File

@@ -26,6 +26,10 @@ buildPythonPackage rec {
mutatormath
];
# tests require custom commands to run
doCheck = false;
pythonImportsCheck = [ "ufoProcessor" ];
meta = with lib; {
description = "Read, write and generate UFOs with designspace data";
homepage = "https://github.com/LettError/ufoProcessor";