summary refs log tree commit diff
path: root/pkgs/applications/version-management/git-and-tools
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2022-05-06 23:42:50 +0300
committerGitHub <noreply@github.com>2022-05-06 23:42:50 +0300
commitd2b5cf38f74079a147f9143f748c70733e8be9ef (patch)
treec4662f6006149c33e7372528fb8467aebb271e54 /pkgs/applications/version-management/git-and-tools
parent71eaf1537f07ac670efdf4dc27ca9544f46f7dc8 (diff)
parent58fb27e4a11eb48de5250bb8af3744ec6fd41330 (diff)
downloadnixpkgs-d2b5cf38f74079a147f9143f748c70733e8be9ef.tar
nixpkgs-d2b5cf38f74079a147f9143f748c70733e8be9ef.tar.gz
nixpkgs-d2b5cf38f74079a147f9143f748c70733e8be9ef.tar.bz2
nixpkgs-d2b5cf38f74079a147f9143f748c70733e8be9ef.tar.lz
nixpkgs-d2b5cf38f74079a147f9143f748c70733e8be9ef.tar.xz
nixpkgs-d2b5cf38f74079a147f9143f748c70733e8be9ef.tar.zst
nixpkgs-d2b5cf38f74079a147f9143f748c70733e8be9ef.zip
Merge pull request #170646 from VirtusLab/chore/pytest
git-machete: updates to 3.9.0
Diffstat (limited to 'pkgs/applications/version-management/git-and-tools')
-rw-r--r--pkgs/applications/version-management/git-and-tools/git-machete/default.nix4
1 files changed, 3 insertions, 1 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 6b6da70bb94..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,5 +1,7 @@
 { lib
 , buildPythonApplication
+, pytest-mock
+, pytestCheckHook
 , fetchFromGitHub
 , installShellFiles
 , git
@@ -21,7 +23,7 @@ buildPythonApplication rec {
 
   nativeBuildInputs = [ installShellFiles ];
 
-  checkInputs = [ git ];
+  checkInputs = [ git pytest-mock pytestCheckHook ];
 
   postInstall = ''
     installShellCompletion --bash --name git-machete completion/git-machete.completion.bash