author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Tue, 06 Apr 2010 18:51:17 +0200 | |
changeset 5158 | 5e9055b8c10a |
parent 5155 | 1dea6e0fdfc1 |
child 5159 | 2543cfa5d54a |
pytestconf.py | file | annotate | diff | comparison | revisions |
--- 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__: