- Skipp two tests because of gh#andymccurdy/redis-py#1459.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redis?expand=0&rev=56
This commit is contained in:
parent
f7f9310cbe
commit
23791a97f7
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 10 12:41:14 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Skipp two tests because of gh#andymccurdy/redis-py#1459.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 3 11:44:19 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
Mon Aug 3 11:44:19 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-redis
|
# spec file for package python-redis
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -52,7 +52,9 @@ The Python interface to the Redis key-value store.
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
%{_sbindir}/redis-server --port 6379 &
|
%{_sbindir}/redis-server --port 6379 &
|
||||||
%pytest
|
# Skipped tests because of gh#andymccurdy/redis-py#1459
|
||||||
|
%pytest -k 'not (test_acl_getuser_setuser or test_acl_list)'
|
||||||
|
|
||||||
killall redis-server
|
killall redis-server
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
|
Loading…
Reference in New Issue
Block a user