python311Packages.wyoming: test reverse dependencies in passthru

This commit is contained in:
Martin Weinelt
2023-09-30 03:31:13 +02:00
parent 2f8cdd29fe
commit ed61941b95
@@ -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/";