From 23791a97f766bb2fc6efce267386cda6839a26d549ce2d3e23bd8a64347423c5 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 10 Mar 2021 12:41:41 +0000 Subject: [PATCH] - Skipp two tests because of gh#andymccurdy/redis-py#1459. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redis?expand=0&rev=56 --- python-redis.changes | 5 +++++ python-redis.spec | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/python-redis.changes b/python-redis.changes index a8830f3..084e70e 100644 --- a/python-redis.changes +++ b/python-redis.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 10 12:41:14 UTC 2021 - Matej Cepl + +- Skipp two tests because of gh#andymccurdy/redis-py#1459. + ------------------------------------------------------------------- Mon Aug 3 11:44:19 UTC 2020 - Marketa Calabkova diff --git a/python-redis.spec b/python-redis.spec index 397c533..ccab65d 100644 --- a/python-redis.spec +++ b/python-redis.spec @@ -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 @@ The Python interface to the Redis key-value store. %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}