Hello community,
here is the log from the commit of package python-dogpile.cache for
openSUSE:Factory checked in at 2018-04-24 15:33:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dogpile.cache (Old)
and /work/SRC/openSUSE:Factory/.python-dogpile.cache.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dogpile.cache"
Tue Apr 24 15:33:32 2018 rev:18 rq:600039 version:0.6.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-dogpile.cache/python-dogpile.cache.changes
2018-03-28 12:26:51.420573248 +0200
+++
/work/SRC/openSUSE:Factory/.python-dogpile.cache.new/python-dogpile.cache.changes
2018-04-24 15:33:39.001092034 +0200
@@ -1,0 +2,15 @@
+Mon Apr 23 12:54:25 UTC 2018 - [email protected]
+
+- skip lock tests, they fail frequently (bsc#1086987)
+
+-------------------------------------------------------------------
+Fri Apr 20 07:50:52 UTC 2018 - [email protected]
+
+- for testing purposes drop dogpile.cache-tests_more_slow_waiters.patch
+
+-------------------------------------------------------------------
+Thu Apr 19 13:00:53 UTC 2018 - [email protected]
+
+- only run generic tests using pytest (bsc#1089564)
+
+-------------------------------------------------------------------
Old:
----
dogpile.cache-tests_more_slow_waiters.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-dogpile.cache.spec ++++++
--- /var/tmp/diff_new_pack.YZ92TP/_old 2018-04-24 15:33:40.221047895 +0200
+++ /var/tmp/diff_new_pack.YZ92TP/_new 2018-04-24 15:33:40.229047607 +0200
@@ -26,7 +26,6 @@
Group: Development/Languages/Python
Url: http://bitbucket.org/zzzeek/dogpile.cache
Source:
https://pypi.io/packages/source/d/dogpile.cache/dogpile.cache-%{version}.tar.gz
-Patch1: dogpile.cache-tests_more_slow_waiters.patch
BuildRequires: %{python_module Mako}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module mock}
@@ -56,7 +55,6 @@
%prep
%setup -q -n dogpile.cache-%{version}
-%patch1 -p1
%build
%python_build
@@ -66,7 +64,8 @@
%python_expand %fdupes -s %{buildroot}/%{python_sitelib}
%check
-%python_exec setup.py test
+export RUNTESTS="-k 'not test_dbm_backend and not test_memcached_backend and
not test_redis_backend'"
+%python_exec -m pytest --ignore=tests/test_lock.py
%files %{python_files}
%defattr(-,root,root,-)