Merge pull request #248836 from tjni/aws-lambda-builders
python3.pkgs.aws-lambda-builders: add missing pip test dependency
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
, fetchFromGitHub
|
||||
, mock
|
||||
, parameterized
|
||||
, pip
|
||||
, pyelftools
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
@@ -30,6 +31,7 @@ buildPythonPackage rec {
|
||||
nativeCheckInputs = [
|
||||
mock
|
||||
parameterized
|
||||
pip
|
||||
pyelftools
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user