File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2682,9 +2682,6 @@ TESTSUBDIRS= idlelib/idle_test \
26822682 test/test_import/data/package3 \
26832683 test/test_import/data/package4 \
26842684 test/test_import/data/unwritable \
2685- test/test_import/data/lazy_imports \
2686- test/test_import/data/lazy_imports/pkg \
2687- test/test_import/data/lazy_imports/badsyntax \
26882685 test/test_importlib \
26892686 test/test_importlib/builtin \
26902687 test/test_importlib/extension \
@@ -2725,6 +2722,10 @@ TESTSUBDIRS= idlelib/idle_test \
27252722 test/test_interpreters \
27262723 test/test_io \
27272724 test/test_json \
2725+ test/test_lazy_import \
2726+ test/test_lazy_import/data \
2727+ test/test_lazy_import/data/pkg \
2728+ test/test_lazy_import/data/badsyntax \
27282729 test/test_module \
27292730 test/test_multiprocessing_fork \
27302731 test/test_multiprocessing_forkserver \
You can’t perform that action at this time.
0 commit comments