diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-08-30 13:36:42 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-08-30 13:37:19 +0300 |
commit | c921c129fe5efd8d80b73f7fd10a9779c5fb6dce (patch) | |
tree | 3d34961cbc5e975ee6f2d5a6537916fc8d823140 /main/python3 | |
parent | 0a098f37c9d2887a480d667f3b04f00c08937c80 (diff) | |
download | aports-c921c129fe5efd8d80b73f7fd10a9779c5fb6dce.tar.bz2 aports-c921c129fe5efd8d80b73f7fd10a9779c5fb6dce.tar.xz |
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
Diffstat (limited to 'main/python3')
-rw-r--r-- | main/python3/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
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 |