Merge pull request #170646 from VirtusLab/chore/pytest
git-machete: updates to 3.9.0
This commit is contained in:
commit
d2b5cf38f7
@ -1,5 +1,7 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, buildPythonApplication
|
, buildPythonApplication
|
||||||
|
, pytest-mock
|
||||||
|
, pytestCheckHook
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, installShellFiles
|
, installShellFiles
|
||||||
, git
|
, git
|
||||||
@ -21,7 +23,7 @@ buildPythonApplication rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
nativeBuildInputs = [ installShellFiles ];
|
||||||
|
|
||||||
checkInputs = [ git ];
|
checkInputs = [ git pytest-mock pytestCheckHook ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
installShellCompletion --bash --name git-machete completion/git-machete.completion.bash
|
installShellCompletion --bash --name git-machete completion/git-machete.completion.bash
|
||||||
|
Loading…
Reference in New Issue
Block a user