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:
Steve Kowalik 2023-04-18 03:37:41 +00:00 committed by Git OBS Bridge
parent 5884f3b76f
commit 3c4e486ff3
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

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