Revert "python: Document test failures with recent expat"

This reverts commit 6a75210c6d.

In Python >= 3.12.3, these tests are disabled with expat >= 2.6.0.

Link: https://github.com/python/cpython/commit/c4fa79b924a1
This commit is contained in:
Xi Ruoyao 2024-05-03 11:55:27 +08:00
parent 9b39be4268
commit a9cbf6ff0c
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -90,10 +90,6 @@
automatically re-run failed tests. If a test failed but then passed
when re-run, it should be considered as passed.</para>
<para>Two tests named <filename>test_xml_etree</filename> and
<filename>test_xml_etree_c</filename> are known to fail with expat-2.6.0
or newer.</para>
<para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen>