diff --git a/pkgs/development/python-modules/torchaudio/default.nix b/pkgs/development/python-modules/torchaudio/default.nix index d851972fc827..1b905344e79f 100644 --- a/pkgs/development/python-modules/torchaudio/default.nix +++ b/pkgs/development/python-modules/torchaudio/default.nix @@ -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