Merge pull request #191558 from risicle/ris-pathspec-passthru-tests
python3Packages.pathspec: add key reverse dependencies to `passthru.tests`
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user