diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_client.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_client.py b/tests/test_client.py index b585fa0f..49f2a64a 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -290,7 +290,8 @@ class SSHClientTest (unittest.TestCase): del self.tc # force a collection to see whether the SSHClient object is deallocated - # correctly + # correctly; 3 GCs are needed to make sure it's really collected on + # PyPy gc.collect() gc.collect() gc.collect() |