When using pip for local install of a developed package with something like pip install -e ., it is sometime useful to see what is printed in setup.py.
The capture of stdout can be disabled with the verbose option but then pip is much too verbose.
It would be useful to have a way to only disable the capture of stdout coming from setup.py but without too much verbosity of pip.