[Python-modules-team] Bug#708565: python-docutils: FTBFS: FAIL: test_parsers/test_rst/test_directives/test_tables.py: totest['csv-table'][13]

Jakub Wilk jwilk at debian.org
Thu May 16 18:16:28 UTC 2013


Source: python-docutils
Version: 0.10-3
Severity: serious
Tags: upstream
User: debian-python at lists.debian.org
Usertags: python3.3
Justification: fails to build from source

Even when #692285 and #692286 are fixed, python-docutils still FTBFS:
| ======================================================================
| FAIL: test_parsers/test_rst/test_directives/test_tables.py: totest['csv-table'][13]; test_parser (DocutilsTestSupport.ParserTestCase)
| ----------------------------------------------------------------------
| Traceback (most recent call last):
|   File "/build/python-docutils-y8pzSG/python-docutils-0.10/test3/DocutilsTestSupport.py", line 470, in test_parser
|     self.compare_output(self.input, output, self.expected)
|   File "/build/python-docutils-y8pzSG/python-docutils-0.10/test3/DocutilsTestSupport.py", line 241, in compare_output
|     raise error
|   File "/build/python-docutils-y8pzSG/python-docutils-0.10/test3/DocutilsTestSupport.py", line 228, in compare_output
|     self.assertEqual(output, expected)
|   File "/build/python-docutils-y8pzSG/python-docutils-0.10/test3/DocutilsTestSupport.py", line 120, in assertEqual
|     msg or '%s != %s' % _format_str(first, second))
| AssertionError: '''\
| <document source="test data">
|     <system_message level="4" line="1" source="test data" type="SEVERE">
|         <paragraph>
|             Problems with "csv-table" directive URL "bogus.csv":
|             unknown url type: \'bogus.csv\'.
|         <literal_block xml:space="preserve">
|             .. csv-table:: bad URL
|                :url: bogus.csv''' != '''\
| <document source="test data">
|     <system_message level="4" line="1" source="test data" type="SEVERE">
|         <paragraph>
|             Problems with "csv-table" directive URL "bogus.csv":
|             unknown url type: bogus.csv.
|         <literal_block xml:space="preserve">
|             .. csv-table:: bad URL
|                :url: bogus.csv'''
|
| ----------------------------------------------------------------------
| Ran 1208 tests in 10.556s

This commit (included in Python 3.3.2) broke it:
http://hg.python.org/cpython/rev/a38dd5df235c

-- 
Jakub Wilk



More information about the Python-modules-team mailing list