Merge pull request #280960 from bryango/pipx-fix-test
pipx: fix check & build failure
This commit is contained in:
commit
2776c7306b
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, userpath
|
||||
, git
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -41,6 +42,7 @@ buildPythonPackage rec {
|
|||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
git
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
|
|
Loading…
Reference in a new issue