forked from pool/python-jaraco.functools
- Skip another test that is randomly failing
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.functools?expand=0&rev=8
This commit is contained in:
parent
fb7293597b
commit
9d4da84ab2
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user