drop the now-redundant dummyprefix

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redis?expand=0&rev=81
This commit is contained in:
Markéta Machová 2023-10-31 14:10:08 +00:00 committed by Git OBS Bridge
parent b5d57eaade
commit 9cebbddd64

View File

@ -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 or $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}