Disable tests

We need to disable test to build a new version. This allows us
to drop a cyclic dependency on numpy.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
David Abdurachmanov 2019-12-22 18:02:47 +02:00
parent 1c463e3d34
commit 315fef1920
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 5 additions and 2 deletions

View File

@ -1,12 +1,12 @@
%global srcname Cython
%global upname cython
%bcond_without tests
%bcond_with tests
Name: Cython
Version: 0.29.14
%global upver %{version_no_tilde %{nil}}
Release: 1%{?dist}
Release: 1.0.riscv64%{?dist}
Summary: Language for writing Python extension modules
License: ASL 2.0
@ -103,6 +103,9 @@ cp -p cython-mode-init.el cython-mode-init.elc %{buildroot}%{_emacs_sitestartdir
%{_emacs_sitestartdir}/cython*.el*
%changelog
* Sun Dec 22 2019 David Abdurachmanov <david.abdurachmanov@sifive.com> - 0.29.14-1.0.risc64
- Disable tests
* Mon Nov 04 2019 Miro Hrončok <mhroncok@redhat.com> - 0.29.14-1
- Update to 0.29.14 (#1768034)
- Python 2 subpackage has been removed