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
@@ -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
];