From b5d57eaadedd7500efa981d5adb3a508197fb2d7f3f253e77a74d48e56f26918 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Mon, 30 Oct 2023 16:36:31 +0000 Subject: [PATCH] - fix test running OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redis?expand=0&rev=80 --- python-redis.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-redis.spec b/python-redis.spec index f673f0f..0e2aa09 100644 --- a/python-redis.spec +++ b/python-redis.spec @@ -97,7 +97,7 @@ donttest="test_geopos or test_georadius" 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 (dummyprefix or $donttest)" --ignore tests/test_ssl.py --ignore tests/test_asyncio/test_cluster.py --redis-url=redis://localhost:6379/ %endif %files %{python_files}