Merge pull request #250817 from tjni/pulumi

python3.pkgs.pulumi: add missing pip test dependency
This commit is contained in:
OTABI Tomoya 2023-08-23 11:47:15 +09:00 committed by GitHub
commit 96ba70ebca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@
, pulumi
, isPy27
, semver
, pip
, pytestCheckHook
, pyyaml
, six
@ -28,6 +29,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
pip
pulumi.pkgs.pulumi-language-python
pytestCheckHook
];