mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 04:00:41 -04:00
10 lines
559 B
Python
10 lines
559 B
Python
--- src/lxml/tests/test_etree.py.orig 2023-07-05 10:03:51 UTC
|
|
+++ src/lxml/tests/test_etree.py
|
|
@@ -3068,6 +3068,7 @@ class ETreeOnlyTestCase(HelperTestCase):
|
|
self.assertEqual(r, s.nsmap)
|
|
|
|
def test_html_prefix_nsmap(self):
|
|
+ return # broken with recent libxml2, probably fixed by https://github.com/lxml/lxml/commit/72f5a287a4016ecb405f2e8a4a03ae22a5b0b496
|
|
etree = self.etree
|
|
el = etree.HTML('<hha:page-description>aa</hha:page-description>').find('.//page-description')
|
|
if etree.LIBXML_VERSION < (2, 9, 11):
|