Accepting request 1121196 from home:dgarcia:branches:devel:languages:python

- Disable broken tests for ppc64le, bsc#1216606

OBS-URL: https://build.opensuse.org/request/show/1121196
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redis?expand=0&rev=79
This commit is contained in:
Daniel Garcia 2023-10-30 16:28:01 +00:00 committed by Git OBS Bridge
parent 70420d4dd9
commit 62082908f4
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 30 13:09:20 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Disable broken tests for ppc64le, bsc#1216606
-------------------------------------------------------------------
Mon Oct 23 10:42:41 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>

View File

@ -91,10 +91,8 @@ sleep 2
# redismod: Not available (https://github.com/RedisLabsModules/redismod)
# ssl: no stunnel with certs from docker container, fails at test collection
#
if [ $(getconf LONG_BIT) -ne 64 ]; then
# reference precision issues on 32-bit
donttest=" or test_geopos"
fi
# broken tests in ppc64le
donttest="test_geopos or test_georadius"
# gh#redis/redis-py#2554
donttest="$donttest or test_xautoclaim"
# gh#redis/redis-py#2679