diff options
Diffstat (limited to 'tests/test_linkcode.py')
-rw-r--r-- | tests/test_linkcode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_linkcode.py b/tests/test_linkcode.py index 6e9bd6f87..507cd9ce9 100644 --- a/tests/test_linkcode.py +++ b/tests/test_linkcode.py @@ -10,7 +10,7 @@ """ import os -from util import * +from util import with_app @with_app(srcdir='(temp)', buildername='html', tags=['test_linkcode']) def test_html(app): |