Really disable test_file_eps
This commit is contained in:
parent
fad0f3605b
commit
6e75ca33c9
@ -210,6 +210,9 @@ PIL image wrapper for Qt.
|
|||||||
%setup -q -n python-imaging-Pillow-%{shortcommit}
|
%setup -q -n python-imaging-Pillow-%{shortcommit}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
|
# Running test fails, see #921706#c38
|
||||||
|
rm -f Tests/test_file_eps.py
|
||||||
|
|
||||||
%if %{with_python3}
|
%if %{with_python3}
|
||||||
# Create Python 3 source tree
|
# Create Python 3 source tree
|
||||||
rm -rf %{py3dir}
|
rm -rf %{py3dir}
|
||||||
@ -275,9 +278,6 @@ rm -rf %{buildroot}%{_bindir}
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# Running test fails, see #921706#c38
|
|
||||||
rm -f Tests/test_file_eps.py
|
|
||||||
|
|
||||||
# Check Python 2 modules
|
# Check Python 2 modules
|
||||||
ln -s $PWD/Images $PWD/build/%py2_libbuilddir/Images
|
ln -s $PWD/Images $PWD/build/%py2_libbuilddir/Images
|
||||||
cp -R $PWD/Tests $PWD/build/%py2_libbuilddir/Tests
|
cp -R $PWD/Tests $PWD/build/%py2_libbuilddir/Tests
|
||||||
|
Loading…
Reference in New Issue
Block a user