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 2020-06-06 07:52:29 +03:00
parent b7a47465b7
commit d7c458425b
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
%global srcname Cython
%global upname cython
%bcond_without tests
%bcond_with tests
Name: Cython
Version: 0.29.19
@ -118,6 +118,9 @@ cp -p cython-mode-init.el cython-mode-init.elc %{buildroot}%{_emacs_sitestartdir
%{_emacs_sitestartdir}/cython*.el*
%changelog
* Sat Jun 06 2020 David Abdurachmanov <david.abdurachmanov@sifive.com> - 0.29.19-1.0.riscv64
- Disable tests (break cyclic dependency on numpy)
* Wed May 27 2020 sguelton@redhat.com - 0.29.19-1
- Update to 0.29.19