summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test.py')
-rw-r--r--test.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test.py b/test.py
index a1e01baa..6c90bcdb 100644
--- a/test.py
+++ b/test.py
@@ -63,8 +63,6 @@ Options:
# and cleaner though, at the expense of more limited functionality.
#
-import gc
-
import re
import os
import sys
@@ -418,7 +416,6 @@ class CustomTestRunner(unittest.TextTestRunner):
test(result)
stopTime = time.time()
timeTaken = float(stopTime - startTime)
- gc.collect()
result.printErrors()
run = result.testsRun
if not self.cfg.quiet: