15
0
forked from pool/python-Wand

- Skip tests using fftw library, we don't have the support built

in ImageMagick (see gh#emcconville/wand#476).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Wand?expand=0&rev=3
This commit is contained in:
2021-05-08 20:31:15 +00:00
committed by Git OBS Bridge
parent 8a5da00adf
commit 1a645b766d
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat May 8 20:30:37 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Skip tests using fftw library, we don't have the support built
in ImageMagick (see gh#emcconville/wand#476).
-------------------------------------------------------------------
Mon Mar 1 01:50:31 UTC 2021 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Wand
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,7 @@ BuildRequires: %{python_module setuptools}
Requires: ImageMagick
BuildRequires: ImageMagick-devel
BuildRequires: fdupes
BuildRequires: fftw3-devel
BuildRequires: python-rpm-macros
BuildArch: noarch
# SECTION test requirements
@@ -53,6 +54,9 @@ Ctypes-based simple MagickWand API binding for Python.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# Our ImageMagick is build without support of fftw library
# see identify -version and gh#emcconville/wand#476
export PYTEST_ADDOPTS="--skip-fft"
# Three tests failing with
# wand.exceptions.PolicyError: attempt to perform an operation not allowed by the security policy `PDF'
# due to https://build.opensuse.org/package/view_file/graphics/ImageMagick/ImageMagick-configuration-SUSE.patch