New issue 353: More verbose when installing deps!
https://bitbucket.org/hpk42/tox/issues/353/more-verbose-when-installing-deps

Danilo Bellini:

I've got some projects whose requirements take a long time until pip installs 
all the deps, e.g., projects that require scipy. Running such projects in a CI 
results in a timeout error before the installation finishes, due to the lack of 
new output for too long.

In the past I tried to install these packages as part of the commands, but as I 
said, it takes too long, that's not something I wish to reinstall every time 
I'm calling the tox for testing my code. And even if I call `pip install -I` in 
my commands, the CI wouldn't be able to distinguish between an installation 
error (the ones that might happen when I call `tox --notest` during 
installation) and an actual project failure. I think there should be a 
verbosity level that shows the installer outputs while it's installing the deps.


_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to