python3Packages.torch-audiomentations: add missing test dependency pyyaml

This commit is contained in:
Gaetan Lepage
2026-07-04 23:48:29 +00:00
parent 40630eb692
commit e39d47ef01
@@ -16,6 +16,7 @@
# tests
pytest-cov-stub,
pytestCheckHook,
pyyaml,
}:
buildPythonPackage (finalAttrs: {
@@ -45,6 +46,7 @@ buildPythonPackage (finalAttrs: {
nativeCheckInputs = [
pytest-cov-stub
pytestCheckHook
pyyaml
];
pythonImportsCheck = [ "torch_audiomentations" ];