https://github.com/python/cpython/commit/4274b471562badc1462f520968d8e1e58ba9fe93
commit: 4274b471562badc1462f520968d8e1e58ba9fe93
branch: main
author: AN Long <a...@users.noreply.github.com>
committer: vstinner <vstin...@python.org>
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 -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to