From 16bfc9eb56ebeebb67fa5cab700e705ab67dcff3 Mon Sep 17 00:00:00 2001 From: AN Long Date: Tue, 6 May 2025 23:47:32 +0900 Subject: [PATCH] Add console to resources in libregrtest --- 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 c4a1506c9a7d60..953f69fdd10c55 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: