Compare commits

...

1 Commits

Author SHA1 Message Date
David Abdurachmanov 1daa910e3d
Disable tests (bootstrap on riscv64)
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-10-25 19:23:06 +03:00
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
Name: python-%{srcname}
Version: 5.6.1
Release: %autorelease
Release: %autorelease -e 0.riscv64
Summary: Read and write PDFs with Python, powered by qpdf
License: MPLv2.0
@ -15,7 +15,7 @@ BuildRequires: gcc-c++
BuildRequires: qpdf-devel >= 10.6.2
BuildRequires: python3-devel
# Tests:
BuildRequires: poppler-utils
#BuildRequires: poppler-utils
%description
pikepdf is a Python library for reading and writing PDF files. pikepdf is
@ -72,7 +72,7 @@ rm -rf html/.{doctrees,buildinfo}
%check
%{pytest} -ra
#%%{pytest} -ra
%files -n python3-%{srcname} -f %{pyproject_files}