]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128770: raise warnings as errors in test suite - except for test_socket which...
authorThomas Grainger <tagrain@gmail.com>
Thu, 27 Mar 2025 19:06:52 +0000 (19:06 +0000)
committerGitHub <noreply@github.com>
Thu, 27 Mar 2025 19:06:52 +0000 (21:06 +0200)
commit8a00c9a4d2ce9d373b13f8f0a2265a65f4523293
tree2fba580e41a745496199d2a080ed0f33150a9bb5
parent972a295fe34280aa3d16c573d6200025a1ce4ff0
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 (#128973)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
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