Skip to content
Snippets Groups Projects
Commit 9578e74d authored by Michał Polański's avatar Michał Polański
Browse files

testing/py3-cstruct: disable on s390x

test_union_unpack test fails:

> tests/test_union.py:91: AssertionError
> =========================== short test summary info ============================
> FAILED tests/test_union.py::test_union_unpack - assert 7 == 187
> ========================= 1 failed, 77 passed in 0.34s =========================
parent fcdcd62f
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ pkgrel=0 ...@@ -5,7 +5,7 @@ pkgrel=0
pkgdesc="C-style structs for Python" pkgdesc="C-style structs for Python"
url="https://github.com/andreax79/python-cstruct" url="https://github.com/andreax79/python-cstruct"
license="MIT" license="MIT"
arch="noarch" arch="noarch !s390x" # test_union_unpack test fails on s390x
makedepends="py3-gpep517 py3-setuptools py3-wheel" makedepends="py3-gpep517 py3-setuptools py3-wheel"
checkdepends="py3-pytest" checkdepends="py3-pytest"
subpackages="$pkgname-pyc" subpackages="$pkgname-pyc"
......
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