1
0

Accepting request 695275 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/695275
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.functools?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2019-04-21 07:01:15 +00:00 committed by Git OBS Bridge
commit 0ebf51e4bb
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 17 16:02:33 CEST 2019 - Matej Cepl <mcepl@suse.com>
- Skip method_cache doctest test (gh#jaraco/jaraco.functools#12).
-------------------------------------------------------------------
Tue Feb 26 09:20:58 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@ -75,8 +75,10 @@ rm -rf jaraco.functools.egg-info
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%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
--ignore=_build.python2 --ignore=_build.python3 \
-k 'not method_cache'
}
%files %{python_files}