summaryrefslogtreecommitdiff
path: root/tests/test_build_html5.py
diff options
context:
space:
mode:
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)