Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
security:forensics
python-biplist
skip-test.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File skip-test.patch of Package python-biplist
--- a/tests/test_write.py.orig 2020-04-02 15:40:20.717579396 +0200 +++ b/tests/test_write.py 2020-04-02 15:44:49.306034847 +0200 @@ -271,8 +271,9 @@ self.fail("Number is not a valid key in Cocoa.") except InvalidPlistException as e: pass - + def testIntBoundaries(self): + self.skipTest("doesn't work on py2 i586") edges = [0xff, 0xffff, 0xffffffff] for edge in edges: cases = [edge, edge-1, edge+1, edge-2, edge+2, edge*2, edge/2]
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