wyoming-piper: enable tests

This commit is contained in:
Martin Weinelt
2025-06-26 00:03:06 +02:00
parent fe287f727c
commit 4ab09819c1
+11 -1
View File
@@ -33,7 +33,17 @@ python3Packages.buildPythonApplication rec {
"wyoming_piper"
];
doCheck = false;
nativeCheckInputs = with python3Packages; [
numpy
pytest-asyncio
pytestCheckHook
python-speech-features
];
disabledTests = [
# network access
"test_piper"
];
meta = with lib; {
changelog = "https://github.com/rhasspy/wyoming-piper/blob/${src.tag}/CHANGELOG.md";