From 13c63cb17393acde35474f95b82a7050b0889342 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Thu, 14 Jul 2016 21:07:33 +0900 Subject: [PATCH] Optimize tests: test_get_items_summary --- tests/test_ext_autosummary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_ext_autosummary.py b/tests/test_ext_autosummary.py index b2b04aea0..f8a8a3900 100644 --- a/tests/test_ext_autosummary.py +++ b/tests/test_ext_autosummary.py @@ -54,7 +54,7 @@ def test_mangle_signature(): assert res == outp, (u"'%s' -> '%s' != '%s'" % (inp, res, outp)) -@with_app(buildername='html', **default_kw) +@with_app(buildername='dummy', **default_kw) def test_get_items_summary(app, status, warning): # monkey-patch Autosummary.get_items so we can easily get access to it's # results..