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

main
Pawel Lipski 2 years ago
parent e83884a9e9
commit 58fb27e4a1
  1. 5
      pkgs/applications/version-management/git-and-tools/git-machete/default.nix

@ -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

Loading…
Cancel
Save