summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2022-06-21 08:24:33 (GMT)
committerGitHub <noreply@github.com>2022-06-21 08:24:33 (GMT)
commitd82e0bfe8b98a122ca443b356d81998c804b686e (patch)
treeddcead5436bbf64e5389a9e872a7002cabe6f9fb /Tools
parent889772fb568f14aacb9127e98e92ec2e34110b10 (diff)
downloadcpython-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-xTools/wasm/wasm_assets.py1
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/",
)