bpo-30814, bpo-30876: Add new import test files to projects. (#2851) · python/cpython@d5ed47d (original) (raw)
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1204,6 +1204,8 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ | ||
1204 | 1204 | test/test_import/data \ |
1205 | 1205 | test/test_import/data/circular_imports \ |
1206 | 1206 | test/test_import/data/circular_imports/subpkg \ |
1207 | + test/test_import/data/package \ | |
1208 | + test/test_import/data/package2 \ | |
1207 | 1209 | test/test_importlib/namespace_pkgs \ |
1208 | 1210 | test/test_importlib/namespace_pkgs/both_portions \ |
1209 | 1211 | test/test_importlib/namespace_pkgs/both_portions/foo \ |