pythonPackages.ufoprocessor: Disable tests
This commit is contained in:
parent
a257c11148
commit
15905ed176
@ -26,6 +26,10 @@ buildPythonPackage rec {
|
|||||||
mutatormath
|
mutatormath
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# tests require custom commands to run
|
||||||
|
doCheck = false;
|
||||||
|
pythonImportsCheck = [ "ufoProcessor" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Read, write and generate UFOs with designspace data";
|
description = "Read, write and generate UFOs with designspace data";
|
||||||
homepage = "https://github.com/LettError/ufoProcessor";
|
homepage = "https://github.com/LettError/ufoProcessor";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user