diff options
author | Victor Stinner <vstinner@python.org> | 2022-06-21 08:24:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-21 08:24:33 (GMT) |
commit | d82e0bfe8b98a122ca443b356d81998c804b686e (patch) | |
tree | ddcead5436bbf64e5389a9e872a7002cabe6f9fb /Tools | |
parent | 889772fb568f14aacb9127e98e92ec2e34110b10 (diff) | |
download | cpython-d82e0bfe8b98a122ca443b356d81998c804b686e.zip cpython-d82e0bfe8b98a122ca443b356d81998c804b686e.tar.gz cpython-d82e0bfe8b98a122ca443b356d81998c804b686e.tar.bz2 |
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.
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/wasm/wasm_assets.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/wasm/wasm_assets.py b/Tools/wasm/wasm_assets.py index b7e8351..d0a0570 100755 --- a/Tools/wasm/wasm_assets.py +++ b/Tools/wasm/wasm_assets.py @@ -111,7 +111,6 @@ OMIT_MODULE_FILES = { # regression test sub directories OMIT_SUBDIRS = ( - "ctypes/test/", "tkinter/test/", "unittest/test/", ) |