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

Configure Feed

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

python3Packages.pathspec: add key reverse dependencies to passthru.tests

+10
+10
pkgs/development/python-modules/pathspec/default.nix
··· 4 4 , pythonOlder 5 5 , flit-core 6 6 , unittestCheckHook 7 + 8 + # for passthru.tests 9 + , awsebcli 10 + , black 11 + , hatchling 12 + , yamllint 7 13 }: 8 14 9 15 buildPythonPackage rec { ··· 33 27 checkInputs = [ 34 28 unittestCheckHook 35 29 ]; 30 + 31 + passthru.tests = { 32 + inherit awsebcli black hatchling yamllint; 33 + }; 36 34 37 35 meta = { 38 36 description = "Utility library for gitignore-style pattern matching of file paths";