Merge pull request #170646 from VirtusLab/chore/pytest
git-machete: updates to 3.9.0
This commit is contained in:
commit
d2b5cf38f7
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue