disable tests on recipemd (broken upstream)
This commit is contained in:
parent
e29c3e4cf4
commit
ba1078adfc
1 changed files with 5 additions and 5 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue