https://github.com/python/cpython/commit/518af37eb569f52a3daf2cf9f4787deed10754ca
commit: 518af37eb569f52a3daf2cf9f4787deed10754ca
branch: main
author: T. Wouters <[email protected]>
committer: Yhg1s <[email protected]>
date: 2024-02-14T00:58:49+01:00
summary:

gh-115421: Update the list of installed test subdirectories. (#115422)

Update the list of installed test subdirectories with all newly added
subdirectories of Lib/test, so that the tests in those directories are
properly installed.

files:
M Makefile.pre.in

diff --git a/Makefile.pre.in b/Makefile.pre.in
index 4b9d9c171b9efb..96886adf309d81 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -2234,13 +2234,13 @@ LIBSUBDIRS=     asyncio \
                __phello__
 TESTSUBDIRS=   idlelib/idle_test \
                test \
-               test/audiodata \
                test/archivetestdata \
+               test/audiodata \
                test/certdata \
                test/certdata/capath \
                test/cjkencodings \
-               test/crashers \
                test/configdata \
+               test/crashers \
                test/data \
                test/decimaltestdata \
                test/dtracedata \
@@ -2254,8 +2254,10 @@ TESTSUBDIRS=     idlelib/idle_test \
                test/subprocessdata \
                test/support \
                test/support/_hypothesis_stubs \
+               test/support/interpreters \
                test/test_asyncio \
                test/test_capi \
+               test/test_concurrent_futures \
                test/test_cppext \
                test/test_ctypes \
                test/test_dataclasses \
@@ -2264,7 +2266,6 @@ TESTSUBDIRS=      idlelib/idle_test \
                test/test_email/data \
                test/test_future_stmt \
                test/test_gdb \
-               test/test_inspect \
                test/test_import \
                test/test_import/data \
                test/test_import/data/circular_imports \
@@ -2317,8 +2318,13 @@ TESTSUBDIRS=     idlelib/idle_test \
                test/test_importlib/resources/zipdata01 \
                test/test_importlib/resources/zipdata02 \
                test/test_importlib/source \
+               test/test_inspect \
+               test/test_interpreters \
                test/test_json \
                test/test_module \
+               test/test_multiprocessing_fork \
+               test/test_multiprocessing_forkserver \
+               test/test_multiprocessing_spawn \
                test/test_pathlib \
                test/test_peg_generator \
                test/test_pydoc \

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to