From ba1078adfc94d4463c2ff66b75b5bcf912061673 Mon Sep 17 00:00:00 2001 From: dadada Date: Wed, 2 Jun 2021 20:09:59 +0200 Subject: [PATCH] disable tests on recipemd (broken upstream) --- pkgs/python-pkgs/recipemd/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/python-pkgs/recipemd/default.nix b/pkgs/python-pkgs/recipemd/default.nix index 5279b48..86ed301 100644 --- a/pkgs/python-pkgs/recipemd/default.nix +++ b/pkgs/python-pkgs/recipemd/default.nix @@ -42,12 +42,12 @@ buildPythonPackage rec { #installShellCompletion --zsh --name _recipemd $out/completions.zsh ''; - #checkInputs = [ - # pytestCheckHook - # pythonPackages.pytestcov - #]; + checkInputs = [ + pytestCheckHook + pythonPackages.pytestcov + ]; - doCheck = false; + #doCheck = true; meta = with lib; { description = "Markdown recipe manager, reference implementation of RecipeMD";