diff -r 9d85f11983b0 -r ac7126d2cd73 devtools/testlib.py --- a/devtools/testlib.py Mon Oct 11 12:27:29 2010 +0200 +++ b/devtools/testlib.py Mon Oct 11 14:45:25 2010 +0200 @@ -187,7 +187,7 @@ appid = 'data' configcls = devtools.ApptestConfiguration reset_schema = reset_vreg = False # reset schema / vreg between tests - tags= TestCase.tags | Tags('cubicweb', 'cw_repo') + tags = TestCase.tags | Tags('cubicweb', 'cw_repo') @classproperty def config(cls):