]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-128770: raise warnings as errors in test suite - except for test_socket...
authorThomas Grainger <tagrain@gmail.com>
Sat, 29 Mar 2025 19:21:33 +0000 (19:21 +0000)
committerGitHub <noreply@github.com>
Sat, 29 Mar 2025 19:21:33 +0000 (21:21 +0200)
commit07d4c7e7dbdb4e676acab386d1a5bf8e4ac16898
treef7f8e18d7139430eb489deec09cc92c726a2134a
parent5c2c8177233b5c07aa3a09c7eefdfce02d565d8e
[3.13] gh-128770: raise warnings as errors in test suite - except for test_socket which still logs warnings, and internal test warnings that are now logged (#131802)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
(cherry picked from commit 8a00c9a4d2ce9d373b13f8f0a2265a65f4523293)
15 files changed:
Lib/test/libregrtest/main.py
Lib/test/support/__init__.py
Lib/test/support/numbers.py [new file with mode: 0644]
Lib/test/support/os_helper.py
Lib/test/test_complex.py
Lib/test/test_decimal.py
Lib/test/test_float.py
Lib/test/test_grammar.py
Lib/test/test_hashlib.py
Lib/test/test_int.py
Lib/test/test_interpreters/utils.py
Lib/test/test_pty.py
Lib/test/test_socket.py
Lib/test/test_support.py
Lib/test/test_tokenize.py