我需要在archetypes.querywidget上做一个修复,它的构建并不是创建bin/test脚本。
我应该使用buildout.coredev吗?我需要改变它的结账来运行测试吗?
发布于 2015-05-04 13:03:49
是。请对所有核心包使用buildout.coredev。有关更多细节,请参见我们的文档:
https://buildoutcoredev.readthedocs.org/en/latest/intro.html
简短版本:
git clone -b 4.3 https://github.com/plone/buildout.coredev.git
cd buildout.coredev
python bootstrap.py
bin/buildout
bin/test -s archetypes.querywidget如果您想要一个特定的版本,您可以修改sources.cfg (确保不提交),或者直接转到目录,手动签出特定的版本。
https://stackoverflow.com/questions/30030816
复制相似问题