Commit 2a2eb9de authored by Jason Madden's avatar Jason Madden

Nested local classes screw up the leaktests. ignore it. [skip ci]

parent 3598dc82
...@@ -47,6 +47,8 @@ class TestSemaphore(greentest.TestCase): ...@@ -47,6 +47,8 @@ class TestSemaphore(greentest.TestCase):
gc.collect() gc.collect()
gc.collect() gc.collect()
test_semaphore_in_class_with_del.ignore_leakcheck = True
class TestLock(greentest.TestCase): class TestLock(greentest.TestCase):
......
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