From 6b508df18bf247c64ddf99a3952b34429e96511c Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Wed, 21 May 2025 09:37:00 -0700 Subject: [PATCH] test: skip test py-compile-usage instead of failing without python. From https://bugs.gnu.org/78525 (automake-patches). * t/py-compile-usage.sh: Add 'required=python' before sourcing test-init.sh. --- t/py-compile-usage.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/t/py-compile-usage.sh b/t/py-compile-usage.sh index 0251a76a8..32dc44109 100644 --- a/t/py-compile-usage.sh +++ b/t/py-compile-usage.sh @@ -17,6 +17,7 @@ # Test 'py-compile --help', 'py-compile --version', and that 'py-compile' # correctly complains on wrong usage. +required=python . test-init.sh cp "$am_scriptdir/py-compile" . \ -- 2.47.3