Skip to content

Commit 359696f

Browse files
miss-islingtonaisk
andauthored
[3.14] gh-133519: Add console to resources in libregrtest (GH-133520) (#133776)
gh-133519: Add console to resources in libregrtest (GH-133520) Add console to resources in libregrtest (cherry picked from commit 4274b47) Co-authored-by: AN Long <aisk@users.noreply.github.com>
1 parent 5e730a8 commit 359696f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/libregrtest/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
EXIT_TIMEOUT = 120.0
3232

3333

34-
ALL_RESOURCES = ('audio', 'curses', 'largefile', 'network',
34+
ALL_RESOURCES = ('audio', 'console', 'curses', 'largefile', 'network',
3535
'decimal', 'cpu', 'subprocess', 'urlfetch', 'gui', 'walltime')
3636

3737
# Other resources excluded from --use=all:

0 commit comments

Comments
 (0)