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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2020-12-31.09:36:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609407398.52.0.195663540983.issue42794@roundup.psfhosted.org>
In-reply-to
Content
Since yesterday ALL PRs are blocked by failing test_nntplib.

For example https://github.com/python/cpython/runs/1629664606?check_suite_focus=true:

======================================================================
ERROR: test_descriptions (test.test_nntplib.NetworkedNNTP_SSLTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/cpython/cpython/Lib/test/test_nntplib.py", line 250, in wrapped
    meth(self)
  File "/home/runner/work/cpython/cpython/Lib/test/test_nntplib.py", line 99, in test_descriptions
    desc = descs[self.GROUP_NAME]
KeyError: 'comp.lang.python'

======================================================================
FAIL: test_description (test.test_nntplib.NetworkedNNTP_SSLTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/cpython/cpython/Lib/test/test_nntplib.py", line 250, in wrapped
    meth(self)
  File "/home/runner/work/cpython/cpython/Lib/test/test_nntplib.py", line 85, in test_description
    self.assertIn("Python", desc)
AssertionError: 'Python' not found in ''

----------------------------------------------------------------------
History
Date User Action Args
2020-12-31 09:36:38serhiy.storchakasetrecipients: + serhiy.storchaka
2020-12-31 09:36:38serhiy.storchakasetmessageid: <1609407398.52.0.195663540983.issue42794@roundup.psfhosted.org>
2020-12-31 09:36:38serhiy.storchakalinkissue42794 messages
2020-12-31 09:36:38serhiy.storchakacreate