mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.shtab: test with fish and zsh too
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user