如何从tox控制台输出中隐藏已安装的deps列表?

时间:2017-09-04 14:40:03

标签: python tox

我正在尝试简化tox的控制台输出并隐藏已安装软件包的列表,理想情况是如果安装它们没有错误就隐藏它们。

这是当前的输出

tox -e py27                                                                                                                                           
py27 installed: alabaster==0.7.9,...<VERY LONG LIST..
py27 runtests: ...

我尝试添加install_command = pip install -q {opts} {packages},但确实没有效果。

2 个答案:

答案 0 :(得分:3)

现在看来这是一个tox bug https://github.com/tox-dev/tox/issues/601

答案 1 :(得分:1)

通过tox >= 2.4,您可以使用list_dependencies_command参数(http://tox.readthedocs.io/en/latest/config.html#confval-list_dependencies_command)。

[testenv]
whitelist_externals=echo
list_dependencies_command=echo