96e6a9c567
CI / load-versions (pull_request) Successful in 17s
CI / push-validation (pull_request) Successful in 40s
CI / lint (pull_request) Successful in 55s
CI / typecheck (pull_request) Successful in 1m12s
CI / quality (pull_request) Successful in 1m32s
CI / security (pull_request) Successful in 1m39s
CI / build (pull_request) Successful in 42s
CI / unit_tests (pull_request) Successful in 5m29s
CI / helm (pull_request) Successful in 45s
CI / docker (pull_request) Successful in 2m28s
CI / integration_tests (pull_request) Failing after 15m20s
CI / coverage (pull_request) Failing after 15m43s
CI / status-check (pull_request) Has been cancelled
Click 8.2 removed the mix_stderr=False keyword argument from CliRunner.__init__. Every CliRunner(...) call in features/steps/validation_list_command_steps.py was passing it, causing all 7 scenarios in features/validation_list_command.feature to error with TypeError during the @when steps. Drop the keyword to restore the default (which now always merges stderr into stdout, matching what the tests previously did with mix_stderr=False = True semantics via result.output). ISSUES CLOSED: #8621