Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将一个库移植到 python 3,但是,它的一个子模块严重损坏,因此 Python 3 上的所有单元测试都失败了,作者建议我删除它而不是等待他修复它。但是,如果我这样做,合并肯定会更加困难。有没有办法告诉 distutils 不要安装它(或其测试用例)?
查看指定要分发的文件和清单相关选项。