Merge pull request #170646 from VirtusLab/chore/pytest

git-machete: updates to 3.9.0
This commit is contained in:
Artturi
2022-05-06 23:42:50 +03:00
committed by GitHub

View File

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