From 6e75ca33c92ae61c6e5cf1ea9a8d42283dc50bf8 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Thu, 17 Apr 2014 09:19:16 +0200 Subject: [PATCH] Really disable test_file_eps --- python-pillow.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-pillow.spec b/python-pillow.spec index aabceb3..0d80a64 100644 --- a/python-pillow.spec +++ b/python-pillow.spec @@ -210,6 +210,9 @@ PIL image wrapper for Qt. %setup -q -n python-imaging-Pillow-%{shortcommit} %patch0 -p1 +# Running test fails, see #921706#c38 +rm -f Tests/test_file_eps.py + %if %{with_python3} # Create Python 3 source tree rm -rf %{py3dir} @@ -275,9 +278,6 @@ rm -rf %{buildroot}%{_bindir} %check -# Running test fails, see #921706#c38 -rm -f Tests/test_file_eps.py - # Check Python 2 modules ln -s $PWD/Images $PWD/build/%py2_libbuilddir/Images cp -R $PWD/Tests $PWD/build/%py2_libbuilddir/Tests