特拉维斯挂着HTTPretty测试

时间:2015-03-27 10:26:47

标签: python python-3.4 travis-ci nose httpretty

在使{3}与Python 3兼容的同时,我在python-intercom上遇到了一个问题。

在Python 3.4上运行时,nosetests命令似乎不会退出(它在Python 2.7上的行为与预期相同)。我将其缩小为使用Travis并创建HTTPretty以突出显示问题的测试,并发布small project的结果:

$ nosetests
..
----------------------------------------------------------------------
Ran 2 tests in 0.061s
OK

No output has been received in the last 10 minutes, this potentially
indicates a stalled build or something wrong with the build itself.

The build has been terminated

现在我不知道该怎么办。

1 个答案:

答案 0 :(得分:2)

Python 3.4中最新版本的httppretty似乎存在问题。我遇到了同样的问题,然后我将其降级为0.8.6 。这似乎是因为github issue中描述了一些Warning