[New-bugs-announce] [issue28222] test_distutils fails

Xiang Zhang report at bugs.python.org
Wed Sep 21 00:27:32 EDT 2016


New submission from Xiang Zhang:

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

----------
components: Tests
messages: 277091
nosy: xiang.zhang
priority: normal
severity: normal
status: open
title: test_distutils fails
type: behavior
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28222>
_______________________________________


More information about the New-bugs-announce mailing list