Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-python-redis-lock for
openSUSE:Factory checked in at 2021-03-25 14:52:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-redis-lock (Old)
and /work/SRC/openSUSE:Factory/.python-python-redis-lock.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-redis-lock"
Thu Mar 25 14:52:34 2021 rev:4 rq:881211 version:3.6.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-redis-lock/python-python-redis-lock.changes
2020-08-19 18:59:29.575931907 +0200
+++
/work/SRC/openSUSE:Factory/.python-python-redis-lock.new.2401/python-python-redis-lock.changes
2021-03-25 14:52:35.136501348 +0100
@@ -1,0 +2,5 @@
+Wed Mar 24 21:03:34 UTC 2021 - Matej Cepl <[email protected]>
+
+- Skip test test_no_overlap2 (gh#ionelmc/python-redis-lock#86)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-redis-lock.spec ++++++
--- /var/tmp/diff_new_pack.aqGhW1/_old 2021-03-25 14:52:35.852502077 +0100
+++ /var/tmp/diff_new_pack.aqGhW1/_new 2021-03-25 14:52:35.856502081 +0100
@@ -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 @@
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