Skip to content

Conversation

@jaraco
Copy link
Member

@jaracojaraco commented Jun 19, 2022

This change does three things:

  1. Extract a function for trapping output in subprocesses.
  2. Emit both stdout and stderr when encountering an error.
  3. Apply the change to ensurepip._uninstall check.
    (cherry picked from commit 6066f45)

Co-authored-by: Jason R. Coombs jaraco@jaraco.com

Automerge-Triggered-By: GH:jaraco

- gh-93957: Provide nicer error reporting from subprocesses in test_venv.EnsurePipTest.test_with_pip. - Update changelog This change does three things: 1. Extract a function for trapping output in subprocesses. 2. Emit both stdout and stderr when encountering an error. 3. Apply the change to `ensurepip._uninstall` check. (cherry picked from commit 6066f45) Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
@jaracojaraco requested a review from vsajip as a code ownerJune 19, 2022 16:24
@bedevere-botbedevere-bot added awaiting core review tests Tests in the Lib/test dir labels Jun 19, 2022
@ambvambv merged commit c4f82ea into 3.11Jul 1, 2022
@ambvambv deleted the backport-6066f45-3.11 branch July 1, 2022 15:32
@ambvambv restored the backport-6066f45-3.11 branch July 1, 2022 15:33
@ambvambv deleted the backport-6066f45-3.11 branch July 1, 2022 15:33
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@jaraco@ambv@bedevere-bot