https://github.com/python/cpython/commit/4274b471562badc1462f520968d8e1e58ba9fe93
commit: 4274b471562badc1462f520968d8e1e58ba9fe93
branch: main
author: AN Long <[email protected]>
committer: vstinner <[email protected]>
date: 2025-05-09T18:30:13+02:00
summary:
gh-133519: Add console to resources in libregrtest (#133520)
Add console to resources in libregrtest
files:
M Lib/test/libregrtest/utils.py
diff --git a/Lib/test/libregrtest/utils.py b/Lib/test/libregrtest/utils.py
index 63a2e427d185f1..72b8ea89e62ee0 100644
--- a/Lib/test/libregrtest/utils.py
+++ b/Lib/test/libregrtest/utils.py
@@ -31,7 +31,7 @@
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:
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]