From 57eb9dcee68f768006e0921e8517d0d51ccdf958 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Thu, 16 Apr 2020 09:02:33 +0000 Subject: testing/py3-sshuttle: disable tests on mips --- testing/py3-sshuttle/APKBUILD | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testing/py3-sshuttle') 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() { -- cgit v1.2.3