forked from pool/python-python-redis-lock
- Skip test test_no_overlap2 (gh#ionelmc/python-redis-lock#86)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-redis-lock?expand=0&rev=8
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 24 21:03:34 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Skip test test_no_overlap2 (gh#ionelmc/python-redis-lock#86)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 19 09:45:36 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-python-redis-lock
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -58,7 +58,8 @@ Lock context manager implemented via redis SETNX/BLPOP.
|
||||
export PATH=$PATH:%{_sbindir}
|
||||
export PYTHONPATH=$(pwd)/tests
|
||||
export DJANGO_SETTINGS_MODULE=test_project.settings
|
||||
%pytest
|
||||
# gh#ionelmc/python-redis-lock#86
|
||||
%pytest -k 'not test_no_overlap2'
|
||||
|
||||
%files %{python_files}
|
||||
%doc AUTHORS.rst CHANGELOG.rst README.rst
|
||||
|
Reference in New Issue
Block a user