diff -r 71b77b61ed60 -r 511d6ae462f3 tests/test-template-engine.t --- a/tests/test-template-engine.t Sun Aug 06 11:40:53 2017 -0700 +++ b/tests/test-template-engine.t Wed Aug 02 11:32:25 2017 +0200 @@ -10,7 +10,7 @@ > def process(self, t, map): > tmpl = self.loader(t) > for k, v in map.iteritems(): - > if k in ('templ', 'ctx', 'repo', 'revcache', 'cache'): + > if k in ('templ', 'ctx', 'repo', 'revcache', 'cache', 'troubles'): > continue > if hasattr(v, '__call__'): > v = v(**map)