Skip to content

Commit 4219074

Browse files
authored
[3.11] gh-98822: Correct a few TESTSUBDIRS entries (GH-103970)
A few differences from the main branch were missed in GH-103946.
1 parent 241f2e5 commit 4219074

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile.pre.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1956,7 +1956,6 @@ TESTSUBDIRS= ctypes/test \
19561956
test/support \
19571957
test/test_asyncio \
19581958
test/test_capi \
1959-
test/test_ctypes \
19601959
test/test_email \
19611960
test/test_email/data \
19621961
test/test_import \
@@ -2040,8 +2039,9 @@ TESTSUBDIRS= ctypes/test \
20402039
test/xmltestdata \
20412040
test/xmltestdata/c14n-20 \
20422041
test/ziptestdata \
2043-
tkinter/test_tkinter \
2044-
tkinter/test_ttk \
2042+
tkinter/test \
2043+
tkinter/test/test_tkinter \
2044+
tkinter/test/test_ttk \
20452045
unittest/test \
20462046
unittest/test/testmock
20472047

0 commit comments

Comments
 (0)