aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-16 09:02:33 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-16 09:02:33 +0000
commit57eb9dcee68f768006e0921e8517d0d51ccdf958 (patch)
treea39f44a4099eeaa7b4efafb6185b20931945d133
parentc85dbb12976aa81d1f7545aec768cd70d555b55f (diff)
testing/py3-sshuttle: disable tests on mips
-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 a2e9c357fc2..d2f16e5f573 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() {