summaryrefslogtreecommitdiff
path: root/tests/test_build_html.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2017-01-26 01:13:17 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2017-01-26 01:13:17 +0900
commitcf2061dfaddcc89c1fd1db826e050a6f020a2b57 (patch)
treedc72f685ab4c528a222dd2028b1a438067c22db7 /tests/test_build_html.py
parent2c91a5241856759cdc7697f26c99738c21840672 (diff)
downloadsphinx-git-cf2061dfaddcc89c1fd1db826e050a6f020a2b57.tar.gz
Fix flake8 violations
Diffstat (limited to 'tests/test_build_html.py')
-rw-r--r--tests/test_build_html.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_build_html.py b/tests/test_build_html.py
index 63c8111e1..56ce041cd 100644
--- a/tests/test_build_html.py
+++ b/tests/test_build_html.py
@@ -52,6 +52,7 @@ if PY3:
etree_cache = {}
+
@pytest.fixture(scope='module')
def cached_etree_parse():
def parse(fname):