From 414674dbbbfe30f8749a616c28a352fc6b2cbd65 Mon Sep 17 00:00:00 2001 From: AN Long Date: Sat, 10 May 2025 01:30:13 +0900 Subject: [PATCH] gh-133519: Add console to resources in libregrtest (GH-133520) Add console to resources in libregrtest (cherry picked from commit 4274b471562badc1462f520968d8e1e58ba9fe93) Co-authored-by: AN Long --- Lib/test/libregrtest/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/libregrtest/utils.py b/Lib/test/libregrtest/utils.py index 63a2e427d185f1..72b8ea89e62ee0 100644 --- a/Lib/test/libregrtest/utils.py +++ b/Lib/test/libregrtest/utils.py @@ -31,7 +31,7 @@ EXIT_TIMEOUT = 120.0 -ALL_RESOURCES = ('audio', 'curses', 'largefile', 'network', +ALL_RESOURCES = ('audio', 'console', 'curses', 'largefile', 'network', 'decimal', 'cpu', 'subprocess', 'urlfetch', 'gui', 'walltime') # Other resources excluded from --use=all: