aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoromni <omni+alpine@hack.org>2024-04-23 08:23:37 +0000
committeromni <omni+alpine@hack.org>2024-04-23 08:23:37 +0000
commit3fe0499b322e52860050fb37429b67288324ce12 (patch)
tree7db0e71a18b24b291c778755e566ec1d5ad568b1
parentfe039d58a8f1e6a04cd5ee9ee10b8b54df907512 (diff)
community/py3-cytoolz: deselect a failing test also on riscv64HEADmaster
-rw-r--r--community/py3-cytoolz/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-cytoolz/APKBUILD b/community/py3-cytoolz/APKBUILD
index df9abe6b4f4..c1143102ec9 100644
--- a/community/py3-cytoolz/APKBUILD
+++ b/community/py3-cytoolz/APKBUILD
@@ -29,7 +29,7 @@ check() {
export PYTHONPATH="build/lib.linux-$CARCH-$python_version/:$PYTHONPATH"
echo "$PYTHONPATH"
case "$CARCH" in
- s390x|x86_64)
+ riscv64|s390x|x86_64)
# https://github.com/pytoolz/cytoolz/issues/200
pytest -v --deselect cytoolz/tests/test_inspect_args.py::test_inspect_wrapped_property
;;