[issue39343] Travis CI: documentation job fails in library/nntplib.rst with random network issue on news.gmane.io

2020-06-01 Thread STINNER Victor
Change by STINNER Victor : -- nosy: -vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue39343] Travis CI: documentation job fails in library/nntplib.rst with random network issue on news.gmane.io

2020-05-29 Thread Terry J. Reedy
Terry J. Reedy added the comment: gmane was down for maybe a day early this week. We should expect this to continue happening on and off, as it has for years (I use it daily). I suggest that we run the test when we can and skip (or connect elsewhere) when we cannot. try: s = NNTP('news

[issue39343] Travis CI: documentation job fails in library/nntplib.rst with random network issue on news.gmane.io

2020-05-22 Thread Chris Jerdonek
Chris Jerdonek added the comment: Reopening as this is happening again -- twice for me: https://github.com/python/cpython/pull/20329/checks?check_run_id=701405252#step:7:117 -- nosy: +chris.jerdonek resolution: fixed -> status: closed -> open ___

[issue39343] Travis CI: documentation job fails in library/nntplib.rst with random network issue on news.gmane.io

2020-01-17 Thread STINNER Victor
STINNER Victor added the comment: It seems like the GMANE server has been fixed. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue39343] Travis CI: documentation job fails in library/nntplib.rst with random network issue on news.gmane.io

2020-01-15 Thread Ned Deily
Ned Deily added the comment: I should have checked first. The move was completed ahead of schedule and it's now back in service. The tests should no loner fail. https://lars.ingebrigtsen.no/2020/01/15/news-gmane-org-is-now-news-gmane-io/ -- ___

[issue39343] Travis CI: documentation job fails in library/nntplib.rst with random network issue on news.gmane.io

2020-01-15 Thread STINNER Victor
STINNER Victor added the comment: > FYI, gmane.io is down for a server move today. It should be back in service > by 2100 GMT. I propose to do nothing and wait. Travis CI is not currently preventing to merge a PR. -- ___ Python tracker

[issue39343] Travis CI: documentation job fails in library/nntplib.rst with random network issue on news.gmane.io

2020-01-15 Thread Ned Deily
Ned Deily added the comment: FYI, gmane.io is down for a server move today. It should be back in service by 2100 GMT. -- nosy: +ned.deily ___ Python tracker ___

[issue39343] Travis CI: documentation job fails in library/nntplib.rst with random network issue on news.gmane.io

2020-01-15 Thread Dong-hee Na
Change by Dong-hee Na : -- keywords: +patch pull_requests: +17411 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18013 ___ Python tracker ___

[issue39343] Travis CI: documentation job fails in library/nntplib.rst with random network issue on news.gmane.io

2020-01-15 Thread Dong-hee Na
Dong-hee Na added the comment: But for now on, IMHO skip is better choice. -- ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue39343] Travis CI: documentation job fails in library/nntplib.rst with random network issue on news.gmane.io

2020-01-15 Thread Dong-hee Na
Dong-hee Na added the comment: s = nntplib.NNTP('nntp.perl.org') s = nntplib.NNTP('news.mozilla.org') I 've checked a few servers list to use. But I don't know that they are proper to use. -- ___ Python tracker

[issue39343] Travis CI: documentation job fails in library/nntplib.rst with random network issue on news.gmane.io

2020-01-15 Thread Dong-hee Na
Dong-hee Na added the comment: Same for news.gmane.org >>> s = nntplib.NNTP('news.gmane.org') Traceback (most recent call last): File "", line 1, in File "/Users/corona10/oss/cpython/Lib/nntplib.py", line 1045, in __init__ self.sock = self._create_socket(timeout) File "/Users/corona

[issue39343] Travis CI: documentation job fails in library/nntplib.rst with random network issue on news.gmane.io

2020-01-15 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue39343] Travis CI: documentation job fails in library/nntplib.rst with random network issue on news.gmane.io

2020-01-15 Thread STINNER Victor
New submission from STINNER Victor : Should we disable documentation test on nntplib? It's surprising that test_nntplib test on the other Travis CI jobs. https://travis-ci.org/python/cpython/jobs/637325027 Warning, treated as error: ***