forked from pool/python-redis
Accepting request 1124036 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1124036 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-redis?expand=0&rev=36
This commit is contained in:
commit
c59339c353
@ -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>
|
Mon Oct 23 10:42:41 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@ -91,15 +91,13 @@ sleep 2
|
|||||||
# redismod: Not available (https://github.com/RedisLabsModules/redismod)
|
# redismod: Not available (https://github.com/RedisLabsModules/redismod)
|
||||||
# ssl: no stunnel with certs from docker container, fails at test collection
|
# ssl: no stunnel with certs from docker container, fails at test collection
|
||||||
#
|
#
|
||||||
if [ $(getconf LONG_BIT) -ne 64 ]; then
|
# broken tests in ppc64le
|
||||||
# reference precision issues on 32-bit
|
donttest="test_geopos or test_georadius"
|
||||||
donttest=" or test_geopos"
|
|
||||||
fi
|
|
||||||
# gh#redis/redis-py#2554
|
# gh#redis/redis-py#2554
|
||||||
donttest="$donttest or test_xautoclaim"
|
donttest="$donttest or test_xautoclaim"
|
||||||
# gh#redis/redis-py#2679
|
# gh#redis/redis-py#2679
|
||||||
donttest+=" or test_acl_getuser_setuser or test_acl_log"
|
donttest+=" or test_acl_getuser_setuser or test_acl_log"
|
||||||
%pytest -m 'not (onlycluster or redismod or ssl)' -k "not (dummyprefix $donttest)" --ignore tests/test_ssl.py --ignore tests/test_asyncio/test_cluster.py --redis-url=redis://localhost:6379/
|
%pytest -m 'not (onlycluster or redismod or ssl)' -k "not ($donttest)" --ignore tests/test_ssl.py --ignore tests/test_asyncio/test_cluster.py --redis-url=redis://localhost:6379/
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user