Skip to content

Commit 5e5762a

Browse files
authored
pythongh-96954: Use skip_if_missing in test_makeunicodedata (pythonGH-111764)
skip_if_missing in test_makeunicodedata
1 parent a7b0f63 commit 5e5762a

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)