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 2021-03-11 20:08:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-redis (Old) and /work/SRC/openSUSE:Factory/.python-redis.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-redis" Thu Mar 11 20:08:22 2021 rev:29 rq:878169 version:3.5.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-redis/python-redis.changes 2020-08-06 17:32:15.125096233 +0200 +++ /work/SRC/openSUSE:Factory/.python-redis.new.2401/python-redis.changes 2021-03-11 20:08:41.088312376 +0100 @@ -1,0 +2,5 @@ +Wed Mar 10 12:41:14 UTC 2021 - Matej Cepl <mc...@suse.com> + +- Skipp two tests because of gh#andymccurdy/redis-py#1459. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-redis.spec ++++++ --- /var/tmp/diff_new_pack.pOHbyk/_old 2021-03-11 20:08:41.704313376 +0100 +++ /var/tmp/diff_new_pack.pOHbyk/_new 2021-03-11 20:08:41.708313383 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-redis # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -52,7 +52,9 @@ %check %{_sbindir}/redis-server --port 6379 & -%pytest +# Skipped tests because of gh#andymccurdy/redis-py#1459 +%pytest -k 'not (test_acl_getuser_setuser or test_acl_list)' + killall redis-server %files %{python_files}