aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/py3-sshuttle/APKBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/py3-sshuttle/APKBUILD b/testing/py3-sshuttle/APKBUILD
index a2e9c357fc..d2f16e5f57 100644
--- a/testing/py3-sshuttle/APKBUILD
+++ b/testing/py3-sshuttle/APKBUILD
@@ -15,6 +15,10 @@ checkdepends="py3-mock py3-pytest py3-pytest-mock py3-pytest-cov
_pypiprefix="${_pyname%${_pyname#?}}"
source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz"
+case "$CARCH" in
+mips*) options="!check";;
+esac
+
builddir=$srcdir/$_pyname-$pkgver
build() {