mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-93839: Move Lib/ctypes/test/ to Lib/test/test_ctypes/ (#94041)
* Move Lib/ctypes/test/ to Lib/test/test_ctypes/ * Remove Lib/test/test_ctypes.py * Update imports and build system.
This commit is contained in:
parent
889772fb56
commit
d82e0bfe8b
60 changed files with 83 additions and 93 deletions
|
@ -111,7 +111,6 @@ OMIT_MODULE_FILES = {
|
|||
|
||||
# regression test sub directories
|
||||
OMIT_SUBDIRS = (
|
||||
"ctypes/test/",
|
||||
"tkinter/test/",
|
||||
"unittest/test/",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue