我正在尝试简化tox的控制台输出并隐藏已安装软件包的列表,理想情况是如果安装它们没有错误就隐藏它们。
这是当前的输出
tox -e py27
py27 installed: alabaster==0.7.9,...<VERY LONG LIST..
py27 runtests: ...
我尝试添加install_command = pip install -q {opts} {packages}
,但确实没有效果。
答案 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