aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-16 09:21:26 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-16 09:21:26 +0000
commit930917db8ffa5380b19fd1c4d3d853503255e7df (patch)
tree0c9bf5f527874319c3b19f2fe46ad9b4377c1fce /testing
parent8e00513e937555fe8f4c2cb2d3eaaeb68e63f902 (diff)
downloadaports-930917db8ffa5380b19fd1c4d3d853503255e7df.tar.bz2
aports-930917db8ffa5380b19fd1c4d3d853503255e7df.tar.xz
testing/black: disable on mips
Diffstat (limited to 'testing')
-rw-r--r--testing/black/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/black/APKBUILD b/testing/black/APKBUILD
index 2da9944dd3..d6dc023182 100644
--- a/testing/black/APKBUILD
+++ b/testing/black/APKBUILD
@@ -6,7 +6,7 @@ _pkgver=${pkgver/_beta/b}
pkgrel=0
pkgdesc="The uncompromising Python code formatter"
url="https://github.com/psf/black"
-arch="noarch !s390x" # tests fail on s390x
+arch="noarch !s390x !mips !mips64" # tests fail on s390x and mips
license="MIT"
depends="python3 py3-click py3-attrs py3-toml py3-appdirs py3-typed-ast py3-regex py3-pathspec"
makedepends="py3-setuptools"