There was an error while loading. Please reload this page.
1 parent ba8aa1f commit 9b46cccCopy full SHA for 9b46ccc
1 file changed
Lib/test/test_tools/test_makeunicodedata.py
@@ -1,5 +1,5 @@
1
import unittest
2
-from test.test_tools import toolsdir, imports_under_tool
+from test.test_tools import skip_if_missing, imports_under_tool
3
from test import support
4
from test.support.hypothesis_helper import hypothesis
5
@@ -8,6 +8,7 @@
8
example = hypothesis.example
9
10
11
+skip_if_missing("unicode")
12
with imports_under_tool("unicode"):
13
from dawg import Dawg, build_compression_dawg, lookup, inverse_lookup
14
0 commit comments