2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-02-11 00:10:15 +03:00
Files
gentoo/dev-python/django/files/django-5.2.10-htmlparser.patch
Michał Górny 42c2eb70b1 dev-python/django: Bump to 6.0.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2026-01-07 05:16:28 +01:00

14 lines
553 B
Diff

diff --git a/tests/utils_tests/test_html.py b/tests/utils_tests/test_html.py
index 89c97cee03..776409fac8 100644
--- a/tests/utils_tests/test_html.py
+++ b/tests/utils_tests/test_html.py
@@ -155,6 +155,8 @@ class TestUtilsHtml(SimpleTestCase):
sys.version_info
>= min_fixed_incomplete_entities.get(major_version, major_version)
)
+ # Gentoo: patches backported
+ htmlparser_fixed = True
items = (
(
"<p>See: &#39;&eacute; is an apostrophe followed by e acute</p>",