From 5efda4ec4c5399e7abdf033c0f415f76fb643bd6 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Tue, 14 Apr 2020 00:18:44 +0000 Subject: testing/py3-typed-ast: disable tests on mips --- testing/py3-typed-ast/APKBUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'testing') diff --git a/testing/py3-typed-ast/APKBUILD b/testing/py3-typed-ast/APKBUILD index aab6666314..90cf23cc91 100644 --- a/testing/py3-typed-ast/APKBUILD +++ b/testing/py3-typed-ast/APKBUILD @@ -27,6 +27,7 @@ check() { x86) _pyarch=i686 ;; armhf|armv7) _pyarch=armv8l ;; s390x) return 0 ;; + mips*) return 0 ;; esac PYTHONPATH="$builddir/build/lib.linux-$_pyarch-$_py3ver" py.test-3 -v } -- cgit v1.2.3