python3Packages.pathspec: add key reverse dependencies to passthru.tests
This commit is contained in:
parent
0ee5552b53
commit
904b372cb4
@ -4,6 +4,12 @@
|
|||||||
, pythonOlder
|
, pythonOlder
|
||||||
, flit-core
|
, flit-core
|
||||||
, unittestCheckHook
|
, unittestCheckHook
|
||||||
|
|
||||||
|
# for passthru.tests
|
||||||
|
, awsebcli
|
||||||
|
, black
|
||||||
|
, hatchling
|
||||||
|
, yamllint
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -28,6 +34,10 @@ buildPythonPackage rec {
|
|||||||
unittestCheckHook
|
unittestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
|
passthru.tests = {
|
||||||
|
inherit awsebcli black hatchling yamllint;
|
||||||
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Utility library for gitignore-style pattern matching of file paths";
|
description = "Utility library for gitignore-style pattern matching of file paths";
|
||||||
homepage = "https://github.com/cpburnz/python-path-specification";
|
homepage = "https://github.com/cpburnz/python-path-specification";
|
||||||
|
Loading…
Reference in New Issue
Block a user