Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
python-xmlschema
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Python Team
packages
python-xmlschema
Commits
1ab17f70
Commit
1ab17f70
authored
2 years ago
by
Georges Khaznadar
Browse files
Options
Downloads
Patches
Plain Diff
fix #1034751
parent
b0b39aad
No related branches found
No related tags found
No related merge requests found
Pipeline
#522660
passed
2 years ago
Stage: provisioning
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/patches/Skip-failing-packaging-test.patch
+13
-0
13 additions, 0 deletions
debian/patches/Skip-failing-packaging-test.patch
with
13 additions
and
0 deletions
debian/patches/Skip-failing-packaging-test.patch
+
13
−
0
View file @
1ab17f70
...
@@ -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()
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment