Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP4:Update
python3-Twisted.31482
skip-namespacewithwhitespace.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File skip-namespacewithwhitespace.patch of Package python3-Twisted.31482
Index: Twisted-22.1.0/src/twisted/words/test/test_domish.py =================================================================== --- Twisted-22.1.0.orig/src/twisted/words/test/test_domish.py +++ Twisted-22.1.0/src/twisted/words/test/test_domish.py @@ -6,6 +6,7 @@ Tests for L{twisted.words.xish.domish}, """ +from unittest import SkipTest from zope.interface.verify import verifyObject from twisted.python.reflect import requireModule @@ -313,6 +314,7 @@ class DomishStreamTestsMixin: Whitespace in an xmlns value is preserved in the resulting node's C{uri} attribute. """ + raise SkipTest("Broken with new Expat.") xml = b"<root xmlns:foo=' bar baz '><foo:bar foo:baz='quux'/></root>" self.stream.parse(xml) self.assertEqual(self.elements[0].uri, " bar baz ")
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor