Skip to content

[3.13] gh-155491: Fix subprocess test_encoding_warning() (GH-155492) - #155508

Merged
vstinner merged 1 commit into
python:3.13from
miss-islington:backport-433c842-3.13
Aug 10, 2026
Merged

[3.13] gh-155491: Fix subprocess test_encoding_warning() (GH-155492)#155508
vstinner merged 1 commit into
python:3.13from
miss-islington:backport-433c842-3.13

Conversation

@miss-islington

@miss-islington miss-islington commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

The test fails if run using PYTHONWARNINGS=error environment
variable. Use make_clean_env() function to not inherit PYTHON
environment variables.
(cherry picked from commit 433c842)

Co-authored-by: Victor Stinner vstinner@python.org

)

The test fails if run using PYTHONWARNINGS=error environment
variable. Use make_clean_env() function to not inherit PYTHON
environment variables.
(cherry picked from commit 433c842)

Co-authored-by: Victor Stinner <vstinner@python.org>
@bedevere-app bedevere-app Bot added the tests Tests in the Lib/test dir label Aug 10, 2026
@vstinner
vstinner enabled auto-merge (squash) August 10, 2026 18:25
@vstinner
vstinner merged commit 178aaa2 into python:3.13 Aug 10, 2026
43 checks passed
@miss-islington
miss-islington deleted the backport-433c842-3.13 branch August 10, 2026 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants