]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-133519: Add console to resources in libregrtest (GH-133520) (#133777)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 9 May 2025 16:53:19 +0000 (18:53 +0200)
committerGitHub <noreply@github.com>
Fri, 9 May 2025 16:53:19 +0000 (16:53 +0000)
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 <aisk@users.noreply.github.com>
Lib/test/libregrtest/utils.py

index 2b8362e7963183fb96c997e8790749ff152bf52a..fb22002c1898e4ce896c0112e1dc3281f981176f 100644 (file)
@@ -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: