python3.pkgs.pulumi: add missing pip test dependency

This commit is contained in:
Theodore Ni 2023-08-22 12:04:57 -07:00
parent f967c5c16c
commit ed09ed91dc
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

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