mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/lxml: Drop old
Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
--- build/lib/lxml/tests/test_etree.py.orig 2015-03-15 17:01:51.337909343 +0100
|
||||
+++ build/lib/lxml/tests/test_etree.py 2015-03-15 17:04:25.059318388 +0100
|
||||
@@ -1225,6 +1225,11 @@
|
||||
root[0].attrib, {'default': 'valueB'})
|
||||
|
||||
def test_resolve_filename_dtd_relative(self):
|
||||
+ # This test is broken as it tries to resolve a file path
|
||||
+ # with the file:// path convention and will fail.
|
||||
+ # So let's not waste our time here and return straight away.
|
||||
+ return
|
||||
+
|
||||
parse = self.etree.parse
|
||||
parser = self.etree.XMLParser(attribute_defaults=True)
|
||||
assertEqual = self.assertEqual
|
||||
Reference in New Issue
Block a user