aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-09 07:04:29 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-09 07:04:29 +0000
commitb0d351b62df78f8e2c59726759b2367b77f34c85 (patch)
treea744a00ccea0603dc755e1525b3875a71dee0f55 /testing
parent4c320b59f9b520100af087b88da74f5dcae97217 (diff)
downloadaports-b0d351b62df78f8e2c59726759b2367b77f34c85.tar.bz2
aports-b0d351b62df78f8e2c59726759b2367b77f34c85.tar.xz
testing/py3-parameterized: disable on mips
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-parameterized/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-parameterized/APKBUILD b/testing/py3-parameterized/APKBUILD
index 6a277b9e77..5496f82f7b 100644
--- a/testing/py3-parameterized/APKBUILD
+++ b/testing/py3-parameterized/APKBUILD
@@ -6,7 +6,7 @@ pkgver=0.7.1
pkgrel=0
pkgdesc="Parameterized testing with any Python test framework"
url="https://github.com/wolever/parameterized"
-arch="noarch"
+arch="noarch !mips !mips64"
license="BSD-2-Clause"
depends="python3"
makedepends="py3-setuptools"