diff options
| author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 03:23:33 +0000 |
|---|---|---|
| committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 03:23:33 +0000 |
| commit | fd7bfa6fc1d46304f7a3cfb5282274ca40176ba7 (patch) | |
| tree | 03a5d2686e334dd80ec39f1bcfad0e3d21d20574 | |
| parent | 47ac5f5e2d89c0a545c18cb48ac7825d970e0199 (diff) | |
| download | aports-fd7bfa6fc1d46304f7a3cfb5282274ca40176ba7.tar.bz2 aports-fd7bfa6fc1d46304f7a3cfb5282274ca40176ba7.tar.xz | |
community/py3-pytest-xdist: disable tests on mips
| -rw-r--r-- | community/py3-pytest-xdist/APKBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/community/py3-pytest-xdist/APKBUILD b/community/py3-pytest-xdist/APKBUILD index 276b252789..1768b230ee 100644 --- a/community/py3-pytest-xdist/APKBUILD +++ b/community/py3-pytest-xdist/APKBUILD @@ -16,6 +16,11 @@ builddir="$srcdir/pytest-xdist-$pkgver" replaces="pytest-xdist" # Backwards compatibility provides="pytest-xdist=$pkgver-r$pkgrel" # Backwards compatibility +case "$CARCH" in +# tests work when run manually, crash on builder +mips*) options="!check" ;; +esac + build() { python3 setup.py build } |
