python310Packages.click: add typer to passthru.tests

This commit is contained in:
Sandro Jäckel 2022-08-26 15:34:46 +02:00
parent 33c15b4136
commit ffb2403200
No known key found for this signature in database
GPG Key ID: B1763F8651144063

View File

@ -10,6 +10,7 @@
, black
, magic-wormhole
, mitmproxy
, typer
}:
buildPythonPackage rec {
@ -31,7 +32,7 @@ buildPythonPackage rec {
];
passthru.tests = {
inherit black flask magic-wormhole mitmproxy;
inherit black flask magic-wormhole mitmproxy typer;
};
meta = with lib; {