New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-93975: Nicer error reporting in test_venv #93959
Conversation
…v.EnsurePipTest.test_with_pip.
Thanks @jaraco for the PR |
Sorry @jaraco, I had trouble checking out the |
Sorry, @jaraco, I could not cleanly backport this to |
Sorry @jaraco, I had trouble checking out the |
- 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>
GH-94003 is a backport of this pull request to the 3.11 branch. |
- 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>
GH-94004 is a backport of this pull request to the 3.10 branch. |
- 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>
GH-94005 is a backport of this pull request to the 3.9 branch. |
This change does three things:
ensurepip._uninstall
check.Automerge-Triggered-By: GH:jaraco