Skip to content

Commit 9b46ccc

Browse files
committed
skip_if_missing in test_makeunicodedata
1 parent ba8aa1f commit 9b46ccc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/test/test_tools/test_makeunicodedata.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import unittest
2-
from test.test_tools import toolsdir, imports_under_tool
2+
from test.test_tools import skip_if_missing, imports_under_tool
33
from test import support
44
from test.support.hypothesis_helper import hypothesis
55

@@ -8,6 +8,7 @@
88
example = hypothesis.example
99

1010

11+
skip_if_missing("unicode")
1112
with imports_under_tool("unicode"):
1213
from dawg import Dawg, build_compression_dawg, lookup, inverse_lookup
1314

0 commit comments

Comments
 (0)