]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-98822: Correct a few TESTSUBDIRS entries (GH-103970)
authorZachary Ware <zach@python.org>
Fri, 28 Apr 2023 17:07:16 +0000 (12:07 -0500)
committerGitHub <noreply@github.com>
Fri, 28 Apr 2023 17:07:16 +0000 (12:07 -0500)
A few differences from the main branch were missed in GH-103946.

Makefile.pre.in

index 8b2d216f748efd7c00ef45a454741fff747ec6bb..3ea8653de00693a48622f377b965356c98c633cb 100644 (file)
@@ -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