Skip to content

Commit d9d77db

Browse files
authored
feature: keep CPython test modules (#1166)
fix #1142
1 parent 9a218c2 commit d9d77db

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docker/build_scripts/build-cpython.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ rm -rf Python-${CPYTHON_VERSION} Python-${CPYTHON_VERSION}.tgz Python-${CPYTHON_
5858
# we don't need libpython*.a, and they're many megabytes
5959
find ${PREFIX} -name '*.a' -print0 | xargs -0 rm -f
6060

61-
# We do not need the Python test suites
62-
find ${PREFIX} -depth \( -type d -a -name test -o -name tests \) | xargs rm -rf
63-
6461
# We do not need precompiled .pyc and .pyo files.
6562
clean_pyc ${PREFIX}
6663

0 commit comments

Comments
 (0)