From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 9 May 2025 16:53:19 +0000 (+0200) Subject: [3.13] gh-133519: Add console to resources in libregrtest (GH-133520) (#133777) X-Git-Tag: v3.13.4~135 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ddd6ca193f7d8f0f55938664c045764eaaf9e6ed;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-133519: Add console to resources in libregrtest (GH-133520) (#133777) 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 --- diff --git a/Lib/test/libregrtest/utils.py b/Lib/test/libregrtest/utils.py index 2b8362e79631..fb22002c1898 100644 --- a/Lib/test/libregrtest/utils.py +++ b/Lib/test/libregrtest/utils.py @@ -32,7 +32,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: