From 3c4e486ff3acbce6fdc4788414277b3ec0a80ae2d49c833702c178fab5dcc34f Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 18 Apr 2023 03:37:41 +0000 Subject: [PATCH] Fix accidental donttest overwrite OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redis?expand=0&rev=68 --- python-redis.changes | 2 +- python-redis.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python-redis.changes b/python-redis.changes index 160c056..77fd2b1 100644 --- a/python-redis.changes +++ b/python-redis.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Tue Apr 18 03:12:39 UTC 2023 - Steve Kowalik +Tue Apr 18 03:37:06 UTC 2023 - Steve Kowalik - Update to 4.5.4: * Security diff --git a/python-redis.spec b/python-redis.spec index d239df9..fbb4835 100644 --- a/python-redis.spec +++ b/python-redis.spec @@ -80,7 +80,7 @@ if [ $(getconf LONG_BIT) -ne 64 ]; then donttest=" or test_geopos" fi # gh#redis/redis-py#2554 and gh#redis/redis-py#2679 -donttest=" or test_xautoclaim or test_acl_list" +donttest="$donttest or test_xautoclaim or test_acl_list" %pytest -m 'not (onlycluster or redismod)' -k "not (dummyprefix $donttest)" --ignore tests/test_ssl.py --ignore tests/test_asyncio/test_cluster.py --redis-url=redis://localhost:6379/ %files %{python_files}