python311Packages.wyoming: test reverse dependencies in passthru

This commit is contained in:
Martin Weinelt 2023-09-27 05:50:37 +02:00
parent 2f8cdd29fe
commit ed61941b95
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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/";