python311Packages.wyoming: test reverse dependencies in passthru
This commit is contained in:
@@ -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/";
|
||||
|
||||
Reference in New Issue
Block a user