From f5073d3a8aee44331d5d3b6c3c0ab91872e49cc9 Mon Sep 17 00:00:00 2001 From: Michael Daniels Date: Sat, 15 Aug 2026 12:03:32 -0400 Subject: [PATCH] python3Packages.shtab: test with fish and zsh too --- pkgs/development/python-modules/shtab/default.nix | 4 ++++ 1 file changed, 4 insertions(+) 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" ];