Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dirkmueller:acdc:as_python3_module
python-Pympler
pympler-flaky-tests.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pympler-flaky-tests.patch of Package python-Pympler
--- test/asizeof/test_asizeof.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/test/asizeof/test_asizeof.py +++ b/test/asizeof/test_asizeof.py @@ -193,8 +193,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