python3Packages.torchaudio: add missing test dependency

This commit is contained in:
Gaetan Lepage
2026-06-30 22:09:20 +00:00
parent dc15a82704
commit be433ff959
@@ -15,6 +15,7 @@
torchcodec,
# tests
expecttest,
inflect,
parameterized,
pytestCheckHook,
@@ -104,6 +105,7 @@ buildPythonPackage.override { inherit (torch) stdenv; } (finalAttrs: {
pythonImportsCheck = [ "torchaudio" ];
nativeCheckInputs = [
expecttest
inflect
parameterized
pytestCheckHook