Skip to content

[3.15] gh-155491: Fix subprocess test_encoding_warning() (GH-155492) - #155506

Open
miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-433c842-3.15
Open

[3.15] gh-155491: Fix subprocess test_encoding_warning() (GH-155492)#155506
miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-433c842-3.15

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 433c842b39a9b930b7e2d6aafeca722fd68a3323)

Co-authored-by: Victor Stinner <vstinner@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting review skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants