Disable tests on riscv64

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
David Abdurachmanov 2020-12-25 13:56:29 +02:00
parent c24355dafa
commit 3efe1efa33
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,9 @@
%bcond_with html
%ifnarch riscv64
%bcond_without check
%else
%bcond_with check
%endif
# https://fedorahosted.org/fpc/ticket/381
%bcond_without bundled_fonts
@ -35,7 +39,7 @@
Name: python-matplotlib
Version: 3.3.3
%global Version 3.3.3
Release: 1%{?dist}
Release: 1.0.riscv64%{?dist}
Summary: Python 2D plotting library
# qt4_editor backend is MIT
# ResizeObserver at end of lib/matplotlib/backends/web_backend/js/mpl.js is Public Domain
@ -410,6 +414,9 @@ PYTHONDONTWRITEBYTECODE=1 \
%changelog
* Fri Dec 25 2020 David Abdurachmanov <david.abdurachmanov@sifive.com> - 3.3.3-1.0.riscv64
- Disable tests on riscv64
* Thu Nov 12 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.3.3-1
- Update to latest version (#1897021)