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

community/weasyprint: disable tests on x86_64

parent db4d4bde
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,8 @@ provides="py-weasyprint=$pkgver-r$pkgrel py3-weasyprint=$pkgver-r$pkgrel" # for
source="https://files.pythonhosted.org/packages/source/w/weasyprint/weasyprint-$pkgver.tar.gz"
case "$CARCH" in
# 2 test failures
x86_64) options="!check";;
# Many tests fail
s390x) options="!check";;
esac
......
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