Skip to content

Commit

Permalink
Unbreak the leak checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Feb 22, 2018
1 parent 0088685 commit a89265d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/greentest/test__greenlet.py
Expand Up @@ -259,6 +259,7 @@ def test_minimal_id(self):
g = gevent.spawn(lambda: 1)
self.assertGreaterEqual(g.minimal_ident, 0)
self.assertGreaterEqual(g.parent.minimal_ident, 0)
g.join() # don't leave dangling, breaks the leak checks

def test_wait_noerrors(self):
x = gevent.spawn(lambda: 1)
Expand Down

0 comments on commit a89265d

Please sign in to comment.