Skip to content

Commit ddd6ca1

Browse files
miss-islingtonaisk
andauthored
[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 4274b47) Co-authored-by: AN Long <aisk@users.noreply.github.com>
1 parent 0a39a18 commit ddd6ca1

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
@@ -32,7 +32,7 @@
3232
EXIT_TIMEOUT = 120.0
3333

3434

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

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

0 commit comments

Comments
 (0)