STINNER Victor <vstin...@redhat.com> 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. Python test suite uses many external services: https://pythondev.readthedocs.io/infra.html#services-used-by-unit-tests You should all be skipped if the "network" resource is not used, which is the default. Many tests were modified to catch network failures and ignore the test in this case. test_nntplib is known to be very fragile: it doesn't handle network issues. I would suggest to remove functional tests which depend on external servers, since these tests fail often and nobody seems to care of test_nntplib. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue37605> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com