https://github.com/python/cpython/commit/359696f03117a15fc86ea525d8eb3bb95fc3a948 commit: 359696f03117a15fc86ea525d8eb3bb95fc3a948 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner <[email protected]> date: 2025-05-09T16:56:39Z summary:
[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 4274b471562badc1462f520968d8e1e58ba9fe93) Co-authored-by: AN Long <[email protected]> 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]
