Commit 96a641f0 authored by Jason Madden's avatar Jason Madden

leakcheck fix for test_wait_timeout: inner classes don't mix.

parent b28545fa
......@@ -249,6 +249,9 @@ class TestFunctions(greentest.TestCase):
finally:
gevent._socketcommon.get_hub = orig_get_hub
# Creating new types in the function takes a cycle to cleanup.
test_wait_timeout.ignore_leakcheck = True
if __name__ == '__main__':
greentest.main()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment