Skip to content

Commit ca0c5f2

Browse files
authored
bpo-32248: install new test_importlib directories (#5138)
1 parent 9b99747 commit ca0c5f2

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

Makefile.pre.in

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,9 +1250,26 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
12501250
test/test_import/data/circular_imports/subpkg \
12511251
test/test_import/data/package \
12521252
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_ \
12531268
test/test_importlib/namespace_pkgs \
12541269
test/test_importlib/namespace_pkgs/both_portions \
12551270
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 \
12561273
test/test_importlib/namespace_pkgs/not_a_namespace_pkg \
12571274
test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo \
12581275
test/test_importlib/namespace_pkgs/portion1 \
@@ -1268,8 +1285,9 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
12681285
test/test_importlib/namespace_pkgs/project3 \
12691286
test/test_importlib/namespace_pkgs/project3/parent \
12701287
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 \
12731291
asyncio \
12741292
test/test_asyncio \
12751293
collections concurrent concurrent/futures encodings \
@@ -1284,9 +1302,6 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
12841302
ctypes ctypes/test ctypes/macholib \
12851303
idlelib idlelib/Icons idlelib/idle_test \
12861304
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 \
12901305
test/test_tools test/test_warnings test/test_warnings/data \
12911306
turtledemo \
12921307
multiprocessing multiprocessing/dummy \

0 commit comments

Comments
 (0)