Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-redis for openSUSE:Factory 
checked in at 2023-11-08 22:16:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-redis (Old)
 and      /work/SRC/openSUSE:Factory/.python-redis.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-redis"

Wed Nov  8 22:16:54 2023 rev:36 rq:1124036 version:5.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-redis/python-redis.changes        
2023-10-24 20:07:45.439215983 +0200
+++ /work/SRC/openSUSE:Factory/.python-redis.new.17445/python-redis.changes     
2023-11-08 22:17:05.921786292 +0100
@@ -1,0 +2,5 @@
+Mon Oct 30 13:09:20 UTC 2023 - Daniel Garcia <daniel.gar...@suse.com>
+
+- Disable broken tests for ppc64le, bsc#1216606
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-redis.spec ++++++
--- /var/tmp/diff_new_pack.GgcmPw/_old  2023-11-08 22:17:06.521808334 +0100
+++ /var/tmp/diff_new_pack.GgcmPw/_new  2023-11-08 22:17:06.521808334 +0100
@@ -91,15 +91,13 @@
 # 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
 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
 
 %files %{python_files}

Reply via email to