aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 03:05:26 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 03:05:26 +0000
commitda07f0bdd5a9683ecb67f16c036cda85fbe0d967 (patch)
tree479a0e3e5e38dc6262fc78b83c526565cea384ad
parent2aa46c82a6cc65bf326970cbaab614b5e63c17b1 (diff)
downloadaports-da07f0bdd5a9683ecb67f16c036cda85fbe0d967.tar.bz2
aports-da07f0bdd5a9683ecb67f16c036cda85fbe0d967.tar.xz
community/py3-pytest-forked: disable tests on mips
-rw-r--r--community/py3-pytest-forked/APKBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/community/py3-pytest-forked/APKBUILD b/community/py3-pytest-forked/APKBUILD
index a826a52397..1a8991753a 100644
--- a/community/py3-pytest-forked/APKBUILD
+++ b/community/py3-pytest-forked/APKBUILD
@@ -17,6 +17,10 @@ builddir="$srcdir"/$_pkgname-$pkgver
replaces="pytest-forked" # Backwards compatibility
provides="pytest-forked=$pkgver-r$pkgrel" # Backwards compatibility
+case "$CARCH" in
+mips*) options="!check" ;;
+esac
+
build() {
python3 setup.py build
}