mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
[3.11] gh-98822: Correct a few TESTSUBDIRS entries (GH-103970)
A few differences from the main branch were missed in GH-103946.
This commit is contained in:
parent
241f2e54a6
commit
4219074127
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue