From 590c502330f47ce1ad34b33ffd985c9278bbd33cb640605c70e596a730774f4e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 24 Mar 2021 21:04:07 +0000 Subject: [PATCH] - 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 --- python-python-redis-lock.changes | 5 +++++ python-python-redis-lock.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-python-redis-lock.changes b/python-python-redis-lock.changes index cf40ddf..eecc8e2 100644 --- a/python-python-redis-lock.changes +++ b/python-python-redis-lock.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 24 21:03:34 UTC 2021 - Matej Cepl + +- Skip test test_no_overlap2 (gh#ionelmc/python-redis-lock#86) + ------------------------------------------------------------------- Wed Aug 19 09:45:36 UTC 2020 - Tomáš Chvátal diff --git a/python-python-redis-lock.spec b/python-python-redis-lock.spec index b722ce4..f2fc3b7 100644 --- a/python-python-redis-lock.spec +++ b/python-python-redis-lock.spec @@ -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