#36515: test_parsing_errors() fails with Fedora's Python 3.14 pre-release
-----------------------------+-----------------------------------------
Reporter: Michel Lind | Type: Uncategorized
Status: new | Component: Utilities
Version: 5.2 | Severity: Normal
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-----------------------------+-----------------------------------------
Hi,
I'm a Fedora packager that co-maintains our Django packages. When building
5.2.4 in Rawhide (the upcoming Fedora 43 release) that currently has
Python 3.14b4, in addition to strip_tags() that our openSUSE colleague has
reported (
https://code.djangoproject.com/ticket/36499),
`test_parsing_errors` also fails:
{{{
======================================================================
FAIL: test_parsing_errors
(test_utils.tests.HTMLEqualTests.test_parsing_errors)
----------------------------------------------------------------------
AssertionError: < div> != <div>
- < div>
+ <div>
}}}
I'm currently conditionally disabling the test when building with Python
>= 3.14, but hopefully this can be fixed.
--
Ticket URL: <
https://code.djangoproject.com/ticket/36515>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.