diff --git a/calibre.spec b/calibre.spec index 2ecb826..f22f194 100644 --- a/calibre.spec +++ b/calibre.spec @@ -333,11 +333,9 @@ rm -f %{buildroot}/%{_datadir}/metainfo/calibre-ebook-edit.appdata.xml rm -f %{buildroot}/%{_datadir}/metainfo/calibre-ebook-viewer.appdata.xml %check -# The bundled copy of tinycss is completely busted on s390x. But -# the unbundled package in Fedora is unmaintained. Ignore test results -# for now. +# ignore tests on 32 bit arches for now as there's a pdf issue CALIBRE_PY3_PORT=1 python3 setup.py test \ -%ifarch s390x +%ifarch i686 armv7hl || : %endif