forked from pool/python-jaraco.functools
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
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user