Skip to content
Snippets Groups Projects
Commit da07f0bd authored by Ariadne Conill's avatar Ariadne Conill
Browse files

community/py3-pytest-forked: disable tests on mips

parent 2aa46c82
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,10 @@ builddir="$srcdir"/$_pkgname-$pkgver ...@@ -17,6 +17,10 @@ builddir="$srcdir"/$_pkgname-$pkgver
replaces="pytest-forked" # Backwards compatibility replaces="pytest-forked" # Backwards compatibility
provides="pytest-forked=$pkgver-r$pkgrel" # Backwards compatibility provides="pytest-forked=$pkgver-r$pkgrel" # Backwards compatibility
case "$CARCH" in
mips*) options="!check" ;;
esac
build() { build() {
python3 setup.py build python3 setup.py build
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment