diff --git a/pkgs/development/python-modules/shtab/default.nix b/pkgs/development/python-modules/shtab/default.nix index f29b29016c97..ad7cb5a554a5 100644 --- a/pkgs/development/python-modules/shtab/default.nix +++ b/pkgs/development/python-modules/shtab/default.nix @@ -7,6 +7,8 @@ setuptools, setuptools-scm, bashInteractive, + fish, + zsh, }: buildPythonPackage (finalAttrs: { @@ -28,8 +30,10 @@ buildPythonPackage (finalAttrs: { nativeCheckInputs = [ bashInteractive + fish pytestCheckHook pytest-cov-stub + zsh ]; pythonImportsCheck = [ "shtab" ];