FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.12] gh-128770: raise warnings as errors in test suite - except for test_s… by graingert · Pull Request #131824 · python/cpython · GitHub

/ cpython Public

[3.12] gh-128770: raise warnings as errors in test suite - except for test_s… - #131824

Closed
graingert wants to merge 6 commits into
python:3.12from
graingert:backport-8a00c9a-3.12
Closed

[3.12] gh-128770: raise warnings as errors in test suite - except for test_s…#131824
graingert wants to merge 6 commits into
python:3.12from
graingert:backport-8a00c9a-3.12

Conversation

graingert commented Mar 28, 2025
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

…ocket 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
(cherry picked from commit 8a00c9a)

…test_socket which still logs warnings, and internal test warnings that are now logged (python#128973)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
(cherry picked from commit 8a00c9a)
Comment thread Lib/test/support/__init__.py Outdated
graingert changed the title gh-128770: raise warnings as errors in test suite - except for test_s… [3.12] gh-128770: raise warnings as errors in test suite - except for test_s… Mar 28, 2025
graingert marked this pull request as ready for review March 28, 2025 08:57
graingert requested a review from hugovk March 28, 2025 08:58
rhettinger removed their request for review March 28, 2025 21:24

python-cla-bot Bot commented Apr 6, 2025

Copy link
Copy Markdown

All commit authors signed the Contributor License Agreement.

Yhg1s commented Apr 8, 2025

Copy link
Copy Markdown
Member

Let's not do this in 3.12 at this point. The next release is the last bugfix release, the value of surfacing warnings is mostly in the long term (making sure future changes don't introduce new warnings), and this has the potential of creating unexpected and possibly irrelevant failures in the test suite, in particular in corner cases not covered by our buildbots. We won't see many new changes in 3.12 after this, and we won't have a lot of opportunities to fix the test failures this might uncover.

Yhg1s closed this Apr 8, 2025
graingert deleted the backport-8a00c9a-3.12 branch April 8, 2025 08:34
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL