簡體   English   中英

Travis上的HTTPretty測試

[英]HTTPretty test hanging on Travis

在使python-intercom Python 3兼容時,我在Travis上遇到了一個問題。

當在Python 3.4上運行時, nosetests命令似乎沒有退出(其行為在Python 2.7上與預期的一樣)。 我將其范圍縮小到使用HTTPretty的測試,並創建了一個小項目來突出顯示此問題,並發布構建失敗的結果:

$ 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

現在,我不知道如何進行。

在Python 3.4中,最新版本的httppretty似乎是一個問題。 我遇到了同樣的問題,然后將其降級為0.8.6 這似乎是因為在此github問題中描述了一些Warning

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM