-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
Adding -q to install_command does not make it avoid listing output of pip freeze #601
Comments
In the end, This has the same root cause as issue #73 and so I think should be closed. Maybe there should be an explanation of this somewhere in the docs, if there isn't already? This is also the cause of e.g. issue #658. In terms of a work around, can I suggest the horrible:
|
Hi @ssbarnea, as @cryvate already said: shell like behaviour like piping output is not supported and will very likely never be.
yields:
It would be simple to also make the installed part disappear, of one would be inclined to open a PR for that. |
@obestwalter: was that last sentence meant to read: "It would be simple to also make the installed part disappear, if one would be inclined to open a PR for that."? If so, I can have a go at that. Similarly for installdeps I guess (or even completely general, I will have a look). I think though @ssbarnea point was 2 speared: not getting output on the command line (achieved) but secondly, he wanted to write the output of
|
Exactly - fixed :)
As part of the tox run only as part of the normal report.
In my view not. |
Adding
-q
to install_command does not make it avoid listing output of pip freeze, making the console output of tox very verbose, especially for people using lots of target environments.Tried both approaches but without any luck.
The text was updated successfully, but these errors were encountered: