1
0

Accepting request 725100 from devel:languages:python

- Skip another test that is randomly failing

OBS-URL: https://build.opensuse.org/request/show/725100
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.functools?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2019-08-27 13:55:14 +00:00 committed by Git OBS Bridge
commit 51fd133c9c
2 changed files with 9 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 21 14:43:51 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Skip another test that is randomly failing
-------------------------------------------------------------------
Wed Apr 17 16:02:33 CEST 2019 - Matej Cepl <mcepl@suse.com>

View File

@ -23,7 +23,7 @@ Release: 0
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.functools_lru_cache
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 @@ rm -rf jaraco.functools.egg-info
%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