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

This commit is contained in:
Robert Scott 2022-09-12 22:36:35 +01:00
parent 0ee5552b53
commit 904b372cb4

View File

@ -4,6 +4,12 @@
, pythonOlder
, flit-core
, unittestCheckHook
# for passthru.tests
, awsebcli
, black
, hatchling
, yamllint
}:
buildPythonPackage rec {
@ -28,6 +34,10 @@ buildPythonPackage rec {
unittestCheckHook
];
passthru.tests = {
inherit awsebcli black hatchling yamllint;
};
meta = {
description = "Utility library for gitignore-style pattern matching of file paths";
homepage = "https://github.com/cpburnz/python-path-specification";