summaryrefslogtreecommitdiff
path: root/tests/test_build_html5.py
diff options
context:
space:
mode:
authorshimizukawa <shimizukawa@gmail.com>2017-05-07 16:46:44 +0900
committershimizukawa <shimizukawa@gmail.com>2017-05-14 20:47:15 +0900
commitd497d743700704b10dc081c2a7d3508282155526 (patch)
tree34a509c10d38aff04d657a630582a880c5089aab /tests/test_build_html5.py
parent0512ebf2d45f5783755c3141754eac0f04755b9e (diff)
downloadsphinx-git-d497d743700704b10dc081c2a7d3508282155526.tar.gz
refs #3458: add sphinx.testing that are moved from /tests directory.
Diffstat (limited to 'tests/test_build_html5.py')
-rw-r--r--tests/test_build_html5.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_build_html5.py b/tests/test_build_html5.py
index d381510a0..d24bac570 100644
--- a/tests/test_build_html5.py
+++ b/tests/test_build_html5.py
@@ -21,7 +21,7 @@ from html5lib import getTreeBuilder, HTMLParser
from sphinx.util.docutils import is_html5_writer_available
-from util import skip_unless
+from sphinx.testing.util import skip_unless
from test_build_html import flat_dict, tail_check, check_xpath
TREE_BUILDER = getTreeBuilder('etree', implementation=ElementTree)