From 882e8fd2b387dc62e9043859d8de4a3dad131a4e Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Tue, 18 Mar 2025 13:35:25 +0100 Subject: [PATCH] [stubsabot] Extend warning text when stubtest is disabled (#13664) --- scripts/stubsabot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/stubsabot.py b/scripts/stubsabot.py index 3e755ca2d..a8e1b2ba5 100755 --- a/scripts/stubsabot.py +++ b/scripts/stubsabot.py @@ -676,7 +676,8 @@ def get_update_pr_body(update: Update, metadata: Mapping[str, Any]) -> str: body += textwrap.dedent( f""" - :warning: Review this PR manually, as stubtest is skipped in CI for {update.distribution}! :warning: + :warning: Review this PR manually, as stubtest is skipped in CI for {update.distribution}! + Also check whether stubtest can be reenabled. :warning: """ ) return body