Accepting request 708871 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/708871
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pillow?expand=0&rev=35
This commit is contained in:
Dominique Leuenberger 2019-06-18 12:48:11 +00:00 committed by Git OBS Bridge
commit 95899d889a
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Jun 9 22:06:09 CEST 2019 - Matej Cepl <mcepl@suse.com>
- Fix if/else for arch check (skip some tests on some
architectures).
-------------------------------------------------------------------
Sun Jun 9 17:24:47 UTC 2019 - Oliver Kurz <okurz@suse.com>
- Fix if/else for arch checkcheck
-------------------------------------------------------------------
Fri Apr 5 10:47:55 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -108,7 +108,7 @@ Python Imaging Library by Fredrik Lundh and Contributors.
%check
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
%ifarch ppc ppc64 s390 s390x
%if %_arch == s390x || %_arch == s390x || %_arch == ppc || %_arch == ppc64
$python selftest.py --installed || \
echo "WARNING ignore failure https://github.com/python-pillow/Pillow/issues/1204"
$python setup.py test || \