Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Staging:N
python-Pympler
pympler-flaky-tests.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pympler-flaky-tests.patch of Package python-Pympler
Index: Pympler-0.7/test/asizeof/test_asizeof.py =================================================================== --- Pympler-0.7.orig/test/asizeof/test_asizeof.py +++ Pympler-0.7/test/asizeof/test_asizeof.py @@ -197,8 +197,8 @@ class TypesTest(unittest.TestCase): s = asizeof.asizeof(all=True, code=True) c = gc.collect() # NumPy (and/or other, recent) modules causes some - # objects to be uncollectable, typically 8 or less - self.assertTrue(c < 9, '%s ref cycles' % (c,)) + # objects to be uncollectable, typically 30 or less + self.assertTrue(c < 30, '%s ref cycles' % (c,)) gc.enable() def test_closure(self):
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