summary refs log tree commit diff
path: root/pkgs/applications/version-management/git-and-tools
diff options
context:
space:
mode:
authorPawel Lipski <pawel.p.lipski@gmail.com>2022-05-04 15:16:26 +0200
committerPawel Lipski <pawel.p.lipski@gmail.com>2022-05-04 15:16:26 +0200
commit58fb27e4a11eb48de5250bb8af3744ec6fd41330 (patch)
treec2b03c37589dcf7184a59d242745a6da84ef3b33 /pkgs/applications/version-management/git-and-tools
parente83884a9e9ce88e98ea4f35354ffffd1368a4ba1 (diff)
downloadnixpkgs-58fb27e4a11eb48de5250bb8af3744ec6fd41330.tar
nixpkgs-58fb27e4a11eb48de5250bb8af3744ec6fd41330.tar.gz
nixpkgs-58fb27e4a11eb48de5250bb8af3744ec6fd41330.tar.bz2
nixpkgs-58fb27e4a11eb48de5250bb8af3744ec6fd41330.tar.lz
nixpkgs-58fb27e4a11eb48de5250bb8af3744ec6fd41330.tar.xz
nixpkgs-58fb27e4a11eb48de5250bb8af3744ec6fd41330.tar.zst
nixpkgs-58fb27e4a11eb48de5250bb8af3744ec6fd41330.zip
git-machete: add pytest-mock and pytestCheckHook to checkInputs
Diffstat (limited to 'pkgs/applications/version-management/git-and-tools')
-rw-r--r--pkgs/applications/version-management/git-and-tools/git-machete/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/git-and-tools/git-machete/default.nix b/pkgs/applications/version-management/git-and-tools/git-machete/default.nix
index 792dee051fd..4f774f5b2f4 100644
--- a/pkgs/applications/version-management/git-and-tools/git-machete/default.nix
+++ b/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