python: Document test failures with recent expat

I didn't see them because I misconfigured Python to use internal expat.
With system expat they just fail as we've documented in BLFS.
This commit is contained in:
Xi Ruoyao 2024-04-08 15:09:51 +08:00
parent 2f115238af
commit 6a75210c6d
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -90,6 +90,10 @@
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>