You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the assumptions made in test_tables.py are no longer correct. FWICS:
line number is added both by PyPy and PyPy3
newline inside string message is only used by PyPy, while PyPy3 gives standard unexpected end of data
The attached patch adjusts the test accordingly. While I suppose we could make those adjustments conditional to PyPy version, I don't have any other version around to test and I don't think it's a major enough problem to deserve additional effort.
author: mgorny-gentoo
created: 2020-03-02 12:23:29.546000
assigned: None
SF_url: https://sourceforge.net/p/docutils/patches/164
attachments:
It seems that the assumptions made in
test_tables.py
are no longer correct. FWICS:newline inside string
message is only used by PyPy, while PyPy3 gives standardunexpected end of data
The attached patch adjusts the test accordingly. While I suppose we could make those adjustments conditional to PyPy version, I don't have any other version around to test and I don't think it's a major enough problem to deserve additional effort.
commenter: milde
posted: 2020-03-03 20:46:10.403000
title: #164 Fix table tests for PyPy/PyPy3
Applied in r8497. Thank you for the patch.
commenter: milde
posted: 2020-03-03 21:21:03.998000
title: #164 Fix table tests for PyPy/PyPy3
commenter: milde
posted: 2020-03-03 21:29:38.120000
title: #164 Fix table tests for PyPy/PyPy3
The text was updated successfully, but these errors were encountered: