This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients serhiy.storchaka, trrhodes, vstinner
Date 2020-12-31.12:33:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609418020.99.0.947896835719.issue42794@roundup.psfhosted.org>
In-reply-to
Content
Right now, it works for me:

$ ./python -m test -u all test_nntplib  -v -m test_descriptions
...
test_descriptions (test.test_nntplib.NNTPv1Tests) ... ok
test_descriptions (test.test_nntplib.NNTPv2Tests) ... ok
test_descriptions (test.test_nntplib.NetworkedNNTPTests) ... ok
skipped "<class 'test.test_nntplib.NetworkedNNTP_SSLTests'> got [SSL: DH_KEY_TOO_SMALL] dh key too small (_ssl.c:1122) connecting to 'nntp.aioe.org'"
...
Tests result: SUCCESS
History
Date User Action Args
2020-12-31 12:33:41vstinnersetrecipients: + vstinner, serhiy.storchaka, trrhodes
2020-12-31 12:33:40vstinnersetmessageid: <1609418020.99.0.947896835719.issue42794@roundup.psfhosted.org>
2020-12-31 12:33:40vstinnerlinkissue42794 messages
2020-12-31 12:33:40vstinnercreate