Skip to content

TestMakefile fails #125253

@efimov-mikhail

Description

@efimov-mikhail

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

No one assigned

    Labels

    buildThe build process and cross-buildtestsTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions