forked from pool/python-redis
Fix accidental donttest overwrite
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redis?expand=0&rev=68
This commit is contained in:
parent
5884f3b76f
commit
3c4e486ff3
@ -1,5 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 18 03:12:39 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
Tue Apr 18 03:37:06 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 4.5.4:
|
||||
* Security
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user