@@ -1250,9 +1250,26 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
1250
1250
test/test_import/data/circular_imports/subpkg \
1251
1251
test/test_import/data/package \
1252
1252
test/test_import/data/package2 \
1253
+ importlib \
1254
+ test/test_importlib \
1255
+ test/test_importlib/builtin \
1256
+ test/test_importlib/data01 \
1257
+ test/test_importlib/data01/subdirectory \
1258
+ test/test_importlib/data02 \
1259
+ test/test_importlib/data02/one \
1260
+ test/test_importlib/data02/two \
1261
+ test/test_importlib/data03 \
1262
+ test/test_importlib/data03/namespace \
1263
+ test/test_importlib/data03/namespace/portion1 \
1264
+ test/test_importlib/data03/namespace/portion2 \
1265
+ test/test_importlib/extension \
1266
+ test/test_importlib/frozen \
1267
+ test/test_importlib/import_ \
1253
1268
test/test_importlib/namespace_pkgs \
1254
1269
test/test_importlib/namespace_pkgs/both_portions \
1255
1270
test/test_importlib/namespace_pkgs/both_portions/foo \
1271
+ test/test_importlib/namespace_pkgs/module_and_namespace_package \
1272
+ test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test \
1256
1273
test/test_importlib/namespace_pkgs/not_a_namespace_pkg \
1257
1274
test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo \
1258
1275
test/test_importlib/namespace_pkgs/portion1 \
@@ -1268,8 +1285,9 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
1268
1285
test/test_importlib/namespace_pkgs/project3 \
1269
1286
test/test_importlib/namespace_pkgs/project3/parent \
1270
1287
test/test_importlib/namespace_pkgs/project3/parent/child \
1271
- test/test_importlib/namespace_pkgs/module_and_namespace_package \
1272
- test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test \
1288
+ test/test_importlib/source \
1289
+ test/test_importlib/zipdata01 \
1290
+ test/test_importlib/zipdata02 \
1273
1291
asyncio \
1274
1292
test/test_asyncio \
1275
1293
collections concurrent concurrent/futures encodings \
@@ -1284,9 +1302,6 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
1284
1302
ctypes ctypes/test ctypes/macholib \
1285
1303
idlelib idlelib/Icons idlelib/idle_test \
1286
1304
distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \
1287
- importlib test/test_importlib test/test_importlib/builtin \
1288
- test/test_importlib/extension test/test_importlib/frozen \
1289
- test/test_importlib/import_ test/test_importlib/source \
1290
1305
test/test_tools test/test_warnings test/test_warnings/data \
1291
1306
turtledemo \
1292
1307
multiprocessing multiprocessing/dummy \
0 commit comments