From 29f5b48d024fc3055660ee8c1a4e37a43f2aa588 Mon Sep 17 00:00:00 2001 From: James Wainwright Date: Fri, 10 Jan 2025 15:00:49 +0000 Subject: [PATCH] [ci] Remove python-requirements.txt check from check-generated.sh Lock files are now separately checked in `check-lock-files.sh` so this is redundant. Signed-off-by: James Wainwright --- ci/scripts/check-generated.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ci/scripts/check-generated.sh b/ci/scripts/check-generated.sh index 7ebde8fd34261..6f26086bbc7bb 100755 --- a/ci/scripts/check-generated.sh +++ b/ci/scripts/check-generated.sh @@ -75,10 +75,6 @@ gen_hw_and_check_clean "LC state" lc-state-enc || bad=1 # causing this check to fail. gen_hw_and_check_clean "top and cmdgen" top_and_cmdgen || bad=1 -gen_and_check_clean \ - "python-requirements.txt" \ - util/sh/scripts/gen-python-requirements.sh || bad=1 - gen_and_check_clean \ "secded primitive code" \ util/design/secded_gen.py --no_fpv || bad=1