python3Packages.click: add downstream tests

This commit is contained in:
Jonathan Ringer 2022-03-29 09:23:59 -07:00
parent 1548b29685
commit 08ab0fab0a
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -5,6 +5,14 @@
, importlib-metadata
, locale
, pytestCheckHook
# large-rebuild downstream dependencies
, flask
, black
# applications
, magic-wormhole
, mitmproxy
}:
buildPythonPackage rec {
@ -29,6 +37,10 @@ buildPythonPackage rec {
pytestCheckHook
];
passthru.tests = {
inherit black flask magic-wormhole mitmproxy;
};
meta = with lib; {
homepage = "https://click.palletsprojects.com/";
description = "Create beautiful command line interfaces in Python";