pytr: run pytest tests (#426918)

This commit is contained in:
dotlambda
2025-07-21 15:04:46 -07:00
committed by GitHub
+4 -1
View File
@@ -44,7 +44,10 @@ python3Packages.buildPythonApplication rec {
--zsh <($out/bin/pytr completion zsh)
'';
nativeCheckInputs = [ versionCheckHook ];
nativeCheckInputs = [
versionCheckHook
python3Packages.pytestCheckHook
];
versionCheckProgramArg = "--version";