Hello community,
here is the log from the commit of package python-jaraco.functools for
openSUSE:Factory checked in at 2019-08-27 15:55:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jaraco.functools (Old)
and /work/SRC/openSUSE:Factory/.python-jaraco.functools.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jaraco.functools"
Tue Aug 27 15:55:14 2019 rev:4 rq:725100 version:2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jaraco.functools/python-jaraco.functools.changes
2019-04-21 09:01:18.530403506 +0200
+++
/work/SRC/openSUSE:Factory/.python-jaraco.functools.new.7948/python-jaraco.functools.changes
2019-08-27 15:55:15.663619755 +0200
@@ -1,0 +2,5 @@
+Wed Aug 21 14:43:51 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Skip another test that is randomly failing
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jaraco.functools.spec ++++++
--- /var/tmp/diff_new_pack.Z8sHFt/_old 2019-08-27 15:55:16.311619215 +0200
+++ /var/tmp/diff_new_pack.Z8sHFt/_new 2019-08-27 15:55:16.319619209 +0200
@@ -23,7 +23,7 @@
Summary: Tools to work with functools
License: MIT
Group: Development/Languages/Python
-Url: https://github.com/jaraco/jaraco.functools
+URL: https://github.com/jaraco/jaraco.functools
Source0:
https://files.pythonhosted.org/packages/source/j/jaraco.functools/jaraco.functools-%{version}.tar.gz
BuildRequires: %{python_module jaraco.base >= 6.1}
BuildRequires: %{python_module jaraco.classes}
@@ -38,11 +38,10 @@
BuildRequires: python2-backports.unittest_mock
Requires: python-jaraco.base >= 6.1
Requires: python-more-itertools
+BuildArch: noarch
%ifpython2
Requires: python-backports.functools_lru_cache
%endif
-BuildArch: noarch
-
%python_subpackages
%description
@@ -76,10 +75,8 @@
%check
# Ignore method_cache doctest because of gh#jaraco/jaraco.functools#12
-%{python_expand py.test-%{$python_bin_suffix} \
- --ignore=_build.python2 --ignore=_build.python3 \
- -k 'not method_cache'
-}
+# test_function_throttled - can randomly fail
+%pytest -k 'not method_cache and not test_function_throttled'
%files %{python_files}
%license LICENSE