From: AN Long Date: Fri, 9 May 2025 16:30:13 +0000 (+0900) Subject: gh-133519: Add console to resources in libregrtest (#133520) X-Git-Tag: v3.15.0a1~1791 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4274b471562badc1462f520968d8e1e58ba9fe93;p=thirdparty%2FPython%2Fcpython.git gh-133519: Add console to resources in libregrtest (#133520) Add console to resources in libregrtest --- diff --git a/Lib/test/libregrtest/utils.py b/Lib/test/libregrtest/utils.py index 63a2e427d185..72b8ea89e62e 100644 --- a/Lib/test/libregrtest/utils.py +++ b/Lib/test/libregrtest/utils.py @@ -31,7 +31,7 @@ WORKER_WORK_DIR_PREFIX = WORK_DIR_PREFIX + 'worker_' 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: