From c921c129fe5efd8d80b73f7fd10a9779c5fb6dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Wed, 30 Aug 2017 13:36:42 +0300 Subject: main/python3: exclude test_ctypes it fails on aarch64, and upstream knows there's issues with this test; that's why we carry bpo-30353.patch too --- main/python3/APKBUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'main/python3') diff --git a/main/python3/APKBUILD b/main/python3/APKBUILD index e012368d32..a5e22b73ad 100644 --- a/main/python3/APKBUILD +++ b/main/python3/APKBUILD @@ -77,6 +77,7 @@ check() { fail="$fail test_time" # strftime/strptime %Z related fail="$fail test_cmath test_math" # hang(?) on x86 fail="$fail test_hash test_plistlib" # fail on armhf + fail="$fail test_ctypes" # fail on aarch64 (ctypes.test.test_win32.Structures) # kernel related fail="$fail test_fcntl" # wants DNOTIFY, we don't have it -- cgit v1.2.3