disable tests on recipemd (broken upstream)

This commit is contained in:
Tim Schubert 2021-06-02 20:09:59 +02:00
parent e29c3e4cf4
commit ba1078adfc
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -42,12 +42,12 @@ buildPythonPackage rec {
#installShellCompletion --zsh --name _recipemd $out/completions.zsh #installShellCompletion --zsh --name _recipemd $out/completions.zsh
''; '';
#checkInputs = [ checkInputs = [
# pytestCheckHook pytestCheckHook
# pythonPackages.pytestcov pythonPackages.pytestcov
#]; ];
doCheck = false; #doCheck = true;
meta = with lib; { meta = with lib; {
description = "Markdown recipe manager, reference implementation of RecipeMD"; description = "Markdown recipe manager, reference implementation of RecipeMD";