python311Packages.wyoming: test reverse dependencies in passthru
This commit is contained in:
parent
2f8cdd29fe
commit
ed61941b95
1 changed files with 13 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
|||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
|
||||
# tests
|
||||
, wyoming-faster-whisper
|
||||
, wyoming-openwakeword
|
||||
, wyoming-piper
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -20,6 +25,14 @@ buildPythonPackage rec {
|
|||
# no tests
|
||||
doCheck = false;
|
||||
|
||||
passthru.tests = {
|
||||
inherit
|
||||
wyoming-faster-whisper
|
||||
wyoming-openwakeword
|
||||
wyoming-piper
|
||||
;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Protocol for Rhasspy Voice Assistant";
|
||||
homepage = "https://pypi.org/project/wyoming/";
|
||||
|
|
Loading…
Reference in a new issue