git-machete: add pytest-mock and pytestCheckHook to checkInputs

This commit is contained in:
Pawel Lipski 2022-05-04 15:16:26 +02:00
parent e83884a9e9
commit 58fb27e4a1

View File

@ -1,6 +1,7 @@
{ lib
, buildPythonApplication
, pytest
, pytest-mock
, pytestCheckHook
, fetchFromGitHub
, installShellFiles
, git
@ -22,7 +23,7 @@ buildPythonApplication rec {
nativeBuildInputs = [ installShellFiles ];
checkInputs = [ git pytest ];
checkInputs = [ git pytest-mock pytestCheckHook ];
postInstall = ''
installShellCompletion --bash --name git-machete completion/git-machete.completion.bash