pytestconf.py
changeset 5158 5e9055b8c10a
parent 4804 daa71eaf11e8
child 5423 e15abfdcce38
--- a/pytestconf.py	Tue Apr 06 16:50:53 2010 +0200
+++ b/pytestconf.py	Tue Apr 06 18:51:17 2010 +0200
@@ -5,8 +5,6 @@
 from os.path import split, splitext
 from logilab.common.pytest import PyTester
 
-from cubicweb.etwist.server import _gc_debug
-
 class CustomPyTester(PyTester):
     def testfile(self, filename, batchmode=False):
         try:
@@ -22,7 +20,6 @@
                 if getattr(cls, '__module__', None) != modname:
                     continue
                 clean_repo_test_cls(cls)
-            #_gc_debug()
 
 def clean_repo_test_cls(cls):
     if 'repo' in cls.__dict__: