-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed as not planned
Labels
buildThe build process and cross-buildThe build process and cross-buildtestsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
I have an error in test.test_tools.test_makefile.TestMakefile.test_makefile_test_folders:
[test_makefile_test_folders_log.txt] (https://github.com/user-attachments/files/17328017/test_makefile_test_folders_log.txt)
Such change helps:
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 07c8a4d2014..31e65b65803 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -2496,6 +2496,8 @@ TESTSUBDIRS= idlelib/idle_test \
test/test_importlib/namespace_pkgs/project3/parent/child \
test/test_importlib/partial \
test/test_importlib/resources \
+ test/test_importlib/resources/data01 \
+ test/test_importlib/resources/data02 \
test/test_importlib/source \
test/test_inspect \
test/test_interpreters \
Is it correct change of Makefile.pre.in and can be merged to main?
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Metadata
Metadata
Assignees
Labels
buildThe build process and cross-buildThe build process and cross-buildtestsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error