[Python-checkins] [3.11] gh-98822: Correct a few TESTSUBDIRS entries (GH-103970)

zware webhook-mailer at python.org
Fri Apr 28 13:07:23 EDT 2023


https://github.com/python/cpython/commit/4219074127221fdbf545f908361da4ad98437b45
commit: 4219074127221fdbf545f908361da4ad98437b45
branch: 3.11
author: Zachary Ware <zach at python.org>
committer: zware <zachary.ware at gmail.com>
date: 2023-04-28T12:07:16-05:00
summary:

[3.11] gh-98822: Correct a few TESTSUBDIRS entries (GH-103970)

A few differences from the main branch were missed in GH-103946.

files:
M Makefile.pre.in

diff --git a/Makefile.pre.in b/Makefile.pre.in
index 8b2d216f748e..3ea8653de006 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1956,7 +1956,6 @@ TESTSUBDIRS=	ctypes/test \
 		test/support \
 		test/test_asyncio \
 		test/test_capi \
-		test/test_ctypes \
 		test/test_email \
 		test/test_email/data \
 		test/test_import \
@@ -2040,8 +2039,9 @@ TESTSUBDIRS=	ctypes/test \
 		test/xmltestdata \
 		test/xmltestdata/c14n-20 \
 		test/ziptestdata \
-		tkinter/test_tkinter \
-		tkinter/test_ttk \
+		tkinter/test \
+		tkinter/test/test_tkinter \
+		tkinter/test/test_ttk \
 		unittest/test \
 		unittest/test/testmock
 



More information about the Python-checkins mailing list