Merge pull request #191558 from risicle/ris-pathspec-passthru-tests

python3Packages.pathspec: add key reverse dependencies to `passthru.tests`
This commit is contained in:
Martin Weinelt
2023-06-08 03:06:24 +02:00
committed by GitHub
@@ -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";