From 7763f44a20ef900e295997a9b0326f2bd6b2acaf Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Jul 22 2020 18:50:49 +0000 Subject: Re-enable tests. --- diff --git a/Cython.spec b/Cython.spec index 665a0e2..fbd3f22 100644 --- a/Cython.spec +++ b/Cython.spec @@ -6,7 +6,7 @@ Name: Cython Version: 0.29.21 %global upver %{version_no_tilde %{nil}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Language for writing Python extension modules License: ASL 2.0 @@ -91,14 +91,14 @@ mkdir -p %{buildroot}%{_emacs_sitestartdir}/ cp -p cython-mode-init.el cython-mode-init.elc %{buildroot}%{_emacs_sitestartdir}/ -#%if %{with tests} -#%check -#%{python3} runtests.py -vv --no-pyregr %{?_smp_mflags} \ -# %ifarch %{ix86} -# --exclude run.parallel # https://github.com/cython/cython/issues/2807 -# %endif -# -#%endif +%if %{with tests} +%check +%{python3} runtests.py -vv --no-pyregr %{?_smp_mflags} \ + %ifarch %{ix86} + --exclude run.parallel # https://github.com/cython/cython/issues/2807 + %endif + +%endif %files -n python3-%{srcname} %license LICENSE.txt @@ -118,6 +118,9 @@ cp -p cython-mode-init.el cython-mode-init.elc %{buildroot}%{_emacs_sitestartdir %{_emacs_sitestartdir}/cython*.el* %changelog +* Wed Jul 22 2020 Gwyn Ciesla - 0.29.21-2 +- Re-enable tests. + * Wed Jul 22 2020 Gwyn Ciesla - 0.29.21-1 - 0.29.21