summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-09-25 09:09:07 +0200
committerJustin Lecher <jlec@gentoo.org>2015-09-25 09:11:25 +0200
commite2f37a65be374b22c9cb1377b98d0a7341aeac89 (patch)
treed1db31c97a7e2605098a6fa5acb1c11799cdec04 /dev-python/lxml/files
parentdev-libs/libxslt: Drop old (diff)
downloadgentoo-e2f37a65be374b22c9cb1377b98d0a7341aeac89.tar.gz
gentoo-e2f37a65be374b22c9cb1377b98d0a7341aeac89.tar.bz2
gentoo-e2f37a65be374b22c9cb1377b98d0a7341aeac89.zip
dev-python/lxml: Drop old
Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/lxml/files')
-rw-r--r--dev-python/lxml/files/lxml-3.3.x-test_etree.py.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-python/lxml/files/lxml-3.3.x-test_etree.py.patch b/dev-python/lxml/files/lxml-3.3.x-test_etree.py.patch
deleted file mode 100644
index 3c8667a4f497..000000000000
--- a/dev-python/lxml/files/lxml-3.3.x-test_etree.py.patch
+++ /dev/null
@@ -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