From 842f12f8ff17df159821de01a2352709d6dc358e Mon Sep 17 00:00:00 2001 From: Yueh-Shun Li Date: Sun, 4 May 2025 01:36:44 +0800 Subject: [PATCH] python3Packages.pytestCheckHook: format with shfmt --- .../development/interpreters/python/hooks/pytest-check-hook.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/interpreters/python/hooks/pytest-check-hook.sh b/pkgs/development/interpreters/python/hooks/pytest-check-hook.sh index ab4381b0e272..84643a3b50ca 100644 --- a/pkgs/development/interpreters/python/hooks/pytest-check-hook.sh +++ b/pkgs/development/interpreters/python/hooks/pytest-check-hook.sh @@ -38,7 +38,8 @@ function pytestCheckPhase() { else # The `|| kill "$$"` trick propagates the errors from the process substitutiton subshell, # which is suggested by a StackOverflow answer: https://unix.stackexchange.com/a/217643 - readarray -t -O"${#flagsArray[@]}" flagsArray < <(@pythonCheckInterpreter@ - "$path" <