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 raphros
Recipients raphros, skrah
Date 2016-06-23.19:16:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466709397.13.0.591856011466.issue27375@psf.upfronthosting.co.za>
In-reply-to
Content
hmm, well i installed all the ones you told me to, ran make test again, and now it comes up with 
ERROR: test_article_head_body (test.test_nntplib.NetworkedNNTPTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/rrose/temp/Python-3.5.1/Lib/test/test_nntplib.py", line 252, in wrapped
    meth(self)
  File "/home/rrose/temp/Python-3.5.1/Lib/test/test_nntplib.py", line 189, in test_article_head_body
    self.assertEqual(filtered_lines, filtered_head_lines + [b''] + body.lines)
  File "/home/rrose/temp/Python-3.5.1/Lib/unittest/case.py", line 820, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/home/rrose/temp/Python-3.5.1/Lib/unittest/case.py", line 1018, in assertListEqual
    self.assertSequenceEqual(list1, list2, msg, seq_type=list)
  File "/home/rrose/temp/Python-3.5.1/Lib/unittest/case.py", line 967, in assertSequenceEqual
    (i, item1, item2))
BytesWarning: str() on a bytes instance

----------------------------------------------------------------------
Ran 106 tests in 12.949s

FAILED (errors=1)
test test_nntplib failed
3 tests failed again:
    test_httplib test_nntplib test_ssl
make: *** [test] Error 1
I am about to run each of those tests manually and will report the output
History
Date User Action Args
2016-06-23 19:16:37raphrossetrecipients: + raphros, skrah
2016-06-23 19:16:37raphrossetmessageid: <1466709397.13.0.591856011466.issue27375@psf.upfronthosting.co.za>
2016-06-23 19:16:37raphroslinkissue27375 messages
2016-06-23 19:16:36raphroscreate