From be3f1342bcb6ffb357fd80e495a952eb8698ff2b Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Wed, 3 Jan 2018 01:46:00 +0100 Subject: [PATCH] python: Remove more tests folders --- packages/python/build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/python/build.sh b/packages/python/build.sh index 59d16c8a5..4cc39d120 100644 --- a/packages/python/build.sh +++ b/packages/python/build.sh @@ -30,6 +30,10 @@ lib/python${_MAJOR_VERSION}/idlelib lib/python${_MAJOR_VERSION}/test lib/python${_MAJOR_VERSION}/tkinter lib/python${_MAJOR_VERSION}/turtledemo +lib/python${_MAJOR_VERSION}/ctypes/test +lib/python${_MAJOR_VERSION}/distutils/tests +lib/python${_MAJOR_VERSION}/sqlite3/test +lib/python${_MAJOR_VERSION}/unittest/test " termux_step_pre_configure() {