Skip to content

Commit

Permalink
Merge pull request #250817 from tjni/pulumi
Browse files Browse the repository at this point in the history
python3.pkgs.pulumi: add missing pip test dependency
  • Loading branch information
natsukium authored Aug 23, 2023
2 parents 13320c8 + ed09ed9 commit 96ba70e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/pulumi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
, pulumi
, isPy27
, semver
, pip
, pytestCheckHook
, pyyaml
, six
Expand All @@ -28,6 +29,7 @@ buildPythonPackage rec {
];

nativeCheckInputs = [
pip
pulumi.pkgs.pulumi-language-python
pytestCheckHook
];
Expand Down

0 comments on commit 96ba70e

Please sign in to comment.