From fb7293597be0c787597e07e1cb9b453c022165c3a9f3d7c0f89e3c35cb4a5968 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 17 Apr 2019 14:34:40 +0000 Subject: [PATCH] Accepting request 695273 from home:mcepl:branches:devel:languages:python - Skip method_cache doctest test (gh#jaraco/jaraco.functools#12). OBS-URL: https://build.opensuse.org/request/show/695273 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.functools?expand=0&rev=6 --- python-jaraco.functools.changes | 5 +++++ python-jaraco.functools.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-jaraco.functools.changes b/python-jaraco.functools.changes index bed9d0e..a184129 100644 --- a/python-jaraco.functools.changes +++ b/python-jaraco.functools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 17 16:02:33 CEST 2019 - Matej Cepl + +- Skip method_cache doctest test (gh#jaraco/jaraco.functools#12). + ------------------------------------------------------------------- Tue Feb 26 09:20:58 UTC 2019 - John Vandenberg diff --git a/python-jaraco.functools.spec b/python-jaraco.functools.spec index 307f008..8582a9a 100644 --- a/python-jaraco.functools.spec +++ b/python-jaraco.functools.spec @@ -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}