nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3.pkgs.pulumi: add missing pip test dependency

+2
+2
pkgs/development/python-modules/pulumi/default.nix
··· 7 7 , pulumi 8 8 , isPy27 9 9 , semver 10 + , pip 10 11 , pytestCheckHook 11 12 , pyyaml 12 13 , six ··· 29 28 ]; 30 29 31 30 nativeCheckInputs = [ 31 + pip 32 32 pulumi.pkgs.pulumi-language-python 33 33 pytestCheckHook 34 34 ];