python310Packages.click: add typer to passthru.tests
This commit is contained in:
parent
33c15b4136
commit
ffb2403200
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user