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 xiang.zhang
Recipients xiang.zhang
Date 2016-09-21.04:27:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474432052.98.0.601076913744.issue28222@psf.upfronthosting.co.za>
In-reply-to
Content
test_distutils consistently fails now:

./python -m test test_distutils
Run tests sequentially
0:00:00 [1/1] test_distutils
test test_distutils failed -- Traceback (most recent call last):
  File "/home/angwer/cpython/Lib/distutils/tests/test_check.py", line 122, in test_check_restructuredtext_with_syntax_highlight
    self.assertEqual(cmd._warnings, 0)
AssertionError: 1 != 0

test_distutils failed

1 test failed:
    test_distutils

Total duration: 1 sec
Tests result: FAILURE
History
Date User Action Args
2016-09-21 04:27:33xiang.zhangsetrecipients: + xiang.zhang
2016-09-21 04:27:32xiang.zhangsetmessageid: <1474432052.98.0.601076913744.issue28222@psf.upfronthosting.co.za>
2016-09-21 04:27:32xiang.zhanglinkissue28222 messages
2016-09-21 04:27:32xiang.zhangcreate