Skip to content
Snippets Groups Projects
Commit 1ab17f70 authored by Georges Khaznadar's avatar Georges Khaznadar
Browse files

fix #1034751

parent b0b39aad
No related branches found
No related tags found
No related merge requests found
Pipeline #522660 passed
...@@ -39,3 +39,16 @@ Index: python-xmlschema/xmlschema/testing/_builders.py ...@@ -39,3 +39,16 @@ Index: python-xmlschema/xmlschema/testing/_builders.py
def test_xml_document_validation(self): def test_xml_document_validation(self):
if not validation_only: if not validation_only:
self.check_decoding_with_element_tree() self.check_decoding_with_element_tree()
Index: python-xmlschema/tests/test_xpath.py
===================================================================
--- python-xmlschema.orig/tests/test_xpath.py
+++ python-xmlschema/tests/test_xpath.py
@@ -58,6 +58,8 @@ class XMLSchemaProxyTest(unittest.TestCa
schema_proxy2.bind_parser(parser)
self.assertIs(parser.schema, schema_proxy2)
+ @unittest.skip(
+ "Requires network access, not granted during the Debian build")
def test_get_context_method(self):
schema_proxy = XMLSchemaProxy(self.xs1)
context = schema_proxy.get_context()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment