]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-133519: Add console to resources in libregrtest (#133520)
authorAN Long <aisk@users.noreply.github.com>
Fri, 9 May 2025 16:30:13 +0000 (01:30 +0900)
committerGitHub <noreply@github.com>
Fri, 9 May 2025 16:30:13 +0000 (18:30 +0200)
Add console to resources in libregrtest

Lib/test/libregrtest/utils.py

index 63a2e427d185f1531bde5d056774469e586457a7..72b8ea89e62ee0351d0fad14cbd410c74f1a111e 100644 (file)
@@ -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: