[issue37605] CI should not depend on gmane response

2021-05-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: nntp.rst, line 23, has already been updated to "s = NNTP('news.gmane.io'). But that also occasionally fails to respond. I have not seen any test failures recently, so maybe something else has changes. Should this be closed pending current failures?

[issue37605] CI should not depend on gmane response

2021-05-04 Thread robin
robin added the comment: In other news, news.gmane.org is now news.gmane.io; see also https://bugs.python.org/issue39343 -- nosy: +eriker ___ Python tracker ___

[issue37605] CI should not depend on gmane response

2019-07-24 Thread Zachary Ware
Zachary Ware added the comment: For doctests, I would prefer to just disable some or all of the doctests in Doc/library/nntplib.rst rather than go to the effort of trying to mock things. -- ___ Python tracker

[issue37605] CI should not depend on gmane response

2019-07-24 Thread Ngalim Siregar
Ngalim Siregar added the comment: is it allowed to mock news.gmane.org response? if it is okay i would like to help -- nosy: +nsiregar ___ Python tracker ___

[issue37605] CI should not depend on gmane response

2019-07-21 Thread Terry J. Reedy
Terry J. Reedy added the comment: gmane was down awhile yesterday, so another merge (temporarily) blocked because of this. If either of you knows how to fix this, please do so. -- ___ Python tracker

[issue37605] CI should not depend on gmane response

2019-07-16 Thread Zachary Ware
Zachary Ware added the comment: Victor, note that this issue is about the nntplib doctests in Doc/library/nntplib.rst. I agree that any examples in that file that actually hit an external server should be marked as not doctests. -- assignee: -> docs@python components:

[issue37605] CI should not depend on gmane response

2019-07-16 Thread STINNER Victor
STINNER Victor added the comment: > On Travis, 'Documentation tests' passing is apparently required. Line 23 of > nntplib.rst is ">>> s = NNTP('news.gmane.org')" I use gmane and occasional > failures to respond are routine. Being able to merge should not depend on > this external site.

[issue37605] CI should not depend on gmane response

2019-07-16 Thread Terry J. Reedy
New submission from Terry J. Reedy : On Travis, 'Documentation tests' passing is apparently required. Line 23 of nntplib.rst is ">>> s = NNTP('news.gmane.org')" I use gmane and occasional failures to respond are routine. Being able to merge should not depend on this external site. In