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