awsebcli: add versionCheckProgramArg (#462613)

This commit is contained in:
kirillrdy
2025-11-17 19:26:57 +00:00
committed by GitHub

View File

@@ -72,6 +72,7 @@ python.pkgs.buildPythonApplication rec {
pytestCheckHook pytestCheckHook
versionCheckHook versionCheckHook
]; ];
versionCheckProgramArg = "--version";
enabledTestPaths = [ enabledTestPaths = [
"tests/unit" "tests/unit"