-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
Log pip install command output #173
Comments
This is particularly useful in CI contexts |
Don't we already show that output if anything goes wrong?
I'm -1 for showing pip output always by default, it's incredibly noisy.
…On Wed, Mar 13, 2019, 8:39 AM Pedro Algarvio ***@***.***> wrote:
This is particularly useful in CI contexts
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#173 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAPUc9RV_ZqzAmtXFfp65FekJLkAYaEHks5vWRvBgaJpZM4bthJ6>
.
|
Only if something goes wrong, yes, if nothing goes wrong, we can never get that output. |
Yeah since it's plumbed through the normal run thing we should let users
set that flag. Sounds good.
…On Wed, Mar 13, 2019, 8:58 AM Pedro Algarvio ***@***.***> wrote:
Only if something goes wrong, yes, if nothing goes wrong, we can never get
that output.
I'm also -1 with always showing that output, but the additional flag to
show the output of all commands? I'd go for that and that's what I did on a
branch which I link above.
If that's accepted, I'll submit a PR.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#173 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAPUc7eRvOxk8ONIl_4M8ox0jhIWI7h7ks5vWSAIgaJpZM4bthJ6>
.
|
Ok, I'll submit a PR. |
See the comment I left on your PR for a way to achieve this currently:
|
Was this closed by #174? |
Yeah I think so. |
How would this feature be useful?
Besides making it similar to tox(allowing for a smoother transition to nox), it's often useful in case of issues to, even though installing the requirements didn't fail, know which versions were actually installed.
Describe the solution you'd like
One solution would be do always show that output.
The other solution would be to add a
--verbose
boolean flag which, when passed, would additionally log the output of the pip install command (https://github.com/s0undt3ch/nox/commit/b5049abd13682a4e8b10fb67c413de53645cd1b4)Describe alternatives you've considered
The only alternative is "patching" nox or submitting a PR to fix/enhance nox.
The text was updated successfully, but these errors were encountered: